diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 16a251d..9e0f566 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -301,6 +301,7 @@ (defun my/org-agenda-todo () (interactive) (consult-org-agenda "/TODO")) + :hook (org-mode . electric-quote-mode) :bind ("C-c n t" . my/org-agenda-todo) :custom ((org-archive-file-header-format nil) |
