Use org-tempo templates
This commit is contained in:
parent
d969971732
commit
cd0537b678
@ -184,6 +184,8 @@
|
||||
("M-N" . org-metadown))
|
||||
:map org-src-mode-map ("C-z" . org-src-export-to-pdf))
|
||||
:config
|
||||
(use-package org-tempo :ensure) ; enable org-tempo templates
|
||||
|
||||
;; Make windmove work in org-mode:
|
||||
(add-hook 'org-shiftup-final-hook 'windmove-up)
|
||||
(add-hook 'org-shiftleft-final-hook 'windmove-left)
|
||||
|
Loading…
Reference in New Issue
Block a user