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
|
:config
|
||||||
;; Load the markdown exporter
|
;; Load the markdown exporter
|
||||||
(require 'ox-md)
|
(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
|
;; Handle org-protocol:// links
|
||||||
(require 'org-protocol)
|
(require 'org-protocol)
|
||||||
;; Make it possible to encrypt headings
|
;; Make it possible to encrypt headings
|
||||||
|
Loading…
Reference in New Issue
Block a user