diff options
| author | 2026-07-29 06:47:37 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 226caa3a44c42b19a3153b0d43ed82e674fa4777 (patch) | |
| tree | 5fa9d43f057d9952d72300dc17ea72da932c4dca | |
| parent | 31fb7716caa39151b9d65659d4704e60f4a87bf2 (diff) | |
| download | new-dotfiles-226caa3a44c42b19a3153b0d43ed82e674fa4777.tar.gz new-dotfiles-226caa3a44c42b19a3153b0d43ed82e674fa4777.zip | |
emacs: Fix typo
| -rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index b19e947..6f96aad 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -12,7 +12,7 @@ Switch prompts for “yes” or “no” to “y” or “n”. It's not recomme (defalias 'yes-or-no-p 'y-or-n-p) #+end_src -sStore all auto-save files in =$XDG_DATA_HOME/emacs/auto-save-list= and backup files in =$XDG_DATA_HOME/emacs/backup-files= to prevent them from clogging up =$XDG_CONFIG_HOME/emacs/=. The XDG specification says that if =XDG_DATA_HOME= hasn't specified a default of =~/.local/share= should be used. +Store all auto-save files in =$XDG_DATA_HOME/emacs/auto-save-list= and backup files in =$XDG_DATA_HOME/emacs/backup-files= to prevent them from clogging up =$XDG_CONFIG_HOME/emacs/=. The XDG specification says that if =XDG_DATA_HOME= hasn't specified a default of =~/.local/share= should be used. #+begin_src emacs-lisp (defun oni-core-data-dir (file) |
