Emacs: Add org-tempo (templates) to org-modules.
This commit is contained in:
parent
d15af91428
commit
a3e8babe47
|
@ -1,6 +1,6 @@
|
|||
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-07-08T05:46:42+0200>
|
||||
;; Time-stamp: <2020-07-08T18:14:32+0200>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -115,7 +115,8 @@
|
|||
(org-babel-do-load-languages 'org-babel-load-languages
|
||||
'((emacs-lisp . t)
|
||||
(shell . t)
|
||||
(C .t))))
|
||||
(C .t)))
|
||||
(add-to-list 'org-modules 'org-tempo)) ; Templates (<s).
|
||||
:hook (org-mode . org-show-all)
|
||||
:bind (("C-c o" . (lambda () (interactive) ; Open notes.
|
||||
(find-file org-default-notes-file)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user