Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 04 Jan 2021 00:55:57 +0200
changeset 1697 1319d897155e
parent 1696 01608a10b6d6
child 1698 9d07c2f3a944
Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
.emacs-my
--- a/.emacs-my	Mon Jan 04 00:09:48 2021 +0200
+++ b/.emacs-my	Mon Jan 04 00:55:57 2021 +0200
@@ -1897,6 +1897,8 @@
 (message "org-mode, GTD, PIM, organize, todo")
 
 (require 'org)
+;; For "<s TAB". See `org-structure-template-alist'.
+(require 'org-tempo)
 (require 'org-capture nil t)
 
 (cl-eval-when (compile)