diff options
| author | 2026-07-27 11:06:43 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | d8bacee7ed4d15fa98b5f3b9a5d89ce2f5e24e49 (patch) | |
| tree | 65f2b6d63442c8f74afebaa7aa78da1c83483195 | |
| parent | 6b6316652e4bfbba3436359be862ca99379216df (diff) | |
| download | new-dotfiles-d8bacee7ed4d15fa98b5f3b9a5d89ce2f5e24e49.tar.gz new-dotfiles-d8bacee7ed4d15fa98b5f3b9a5d89ce2f5e24e49.zip | |
emacs: Add comment
| -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 e957286..9477ae0 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -63,7 +63,7 @@ Now that I can check whether or not I'm typing a word, I can tell =electric-quot So now that that's settled, I should be writing ='= in words like “shouldn't'' and =’= otherwise. And spellchecking should work just fine. -Add MELPA to package archives, this lets me install more packages. +Add MELPA to package archives, this lets me install more packages. Also my own oni archive, which contains most of my configuration variables. #+begin_src emacs-lisp (use-package package |
