From 226caa3a44c42b19a3153b0d43ed82e674fa4777 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 29 Jul 2026 06:47:37 -0700 Subject: emacs: Fix typo --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3-2-g0d8e