Update Org config to use :custom instead of setq calls

This commit is contained in:
Gergely Polonkai 2019-02-26 14:23:16 +01:00
parent 5326b1a250
commit 83f2aec4ae
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 0 additions and 5 deletions

View File

@ -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