commit f57faccecdaf243a5063b5b7f4cf7d7a033d142d
parent 9dca140b53e3007a23ca81b613fd3a7edcba7e0c
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 22 Jun 2022 11:42:08 +0200
emacs: abbrev mode in org
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -411,6 +411,11 @@ Clock sound:
(setq org-clock-sound (concat user-emacs-directory "notification.wav"))
#+end_src
+Abbrev mode:
+
+#+begin_src emacs-lisp
+ (add-hook 'org-mode-hook #'abbrev-mode)
+#+end_src
*** Enable linking to email via notmuch
To be able to link to emails via notmuch, I use ol-notmuch: