Update Org config to use :custom instead of setq calls
This commit is contained in:
parent
5326b1a250
commit
83f2aec4ae
@ -2756,11 +2756,6 @@ This is a big one; I use a lot of customisation here.
|
||||
:config
|
||||
;; Load the markdown exporter
|
||||
(require 'ox-md)
|
||||
|
||||
;; Make sure we have 'org-capture-templates` defined
|
||||
(unless (boundp 'org-capture-templates)
|
||||
(setq org-capture-templates nil))
|
||||
|
||||
;; Handle org-protocol:// links
|
||||
(require 'org-protocol)
|
||||
;; Make it possible to encrypt headings
|
||||
|
Loading…
Reference in New Issue
Block a user