diff options
author | noa@gaiwan.org | 2024-06-23 11:14:45 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-23 11:14:45 +0000 |
commit | ed689d509d1ae1bfbfec3419b5aa105eee9b7617 (patch) | |
tree | bb74c3fff83523ac3a44e6a1e9496fcfdc10f057 | |
parent | 0cc32428ee2d3f376b34ce9b67c9b952c3167fa8 (diff) |
Make "saving" a top level heading
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 9f7500f..7412209 100644 --- a/config.org +++ b/config.org @@ -1110,7 +1110,7 @@ Shift click to select region with the mouse. This annoyingly rings the bell for (global-set-key (kbd "S-<down-mouse-1>") 'mouse-save-then-kill) #+end_src -** saving +* Saving Backups are pointless in long emacs sessions imo, but autosaves are useful. #+begin_src elisp |