diff options
| -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 |
