aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-07-29 06:47:37 -0700
committerGravatar Tom Willemse2026-07-29 06:47:55 -0700
commit0fa53cd09da49371f7eeae5a3a4d0de73c65bd5c (patch)
tree0206a48b97f36002fcd64ea8a7990089fd89e0e9
parentdc753623e2cca07a9272c42aef43259981917860 (diff)
downloadnew-dotfiles-0fa53cd09da49371f7eeae5a3a4d0de73c65bd5c.tar.gz
new-dotfiles-0fa53cd09da49371f7eeae5a3a4d0de73c65bd5c.zip
emacs: Fix typo
-rw-r--r--emacs/.emacs.d/init.org2
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)