diff --git a/lisp/init-org.el b/lisp/init-org.el index 7e86d42..ca73146 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -203,7 +203,9 @@ down and unfold it, otherwise jump paragraph as usual." '((python . t) (emacs-lisp . t) (shell . t) - (perl . t))))))) + (perl . t))) + ;; I need the short templates + (require 'org-tempo))))) ;; no more ... at the end of a heading (setq org-ellipsis " ⤵")