Emacs: Fixed loading of org-habit

This commit is contained in:
Marcel Kapfer 2019-06-19 10:37:44 +02:00
parent e8d0d36211
commit bfc9cb8dd3
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 2 deletions

View File

@ -371,8 +371,7 @@
:mode "\\.org$" :mode "\\.org$"
:config :config
;; Add org modules ;; Add org modules
(require 'org-habit) (setq org-modules '(org-habit))
(add-to-list 'org-modules "org-habit")
;; add scrartcl LaTeX class to org ;; add scrartcl LaTeX class to org
(with-eval-after-load 'ox-latex (with-eval-after-load 'ox-latex
(add-to-list 'org-latex-classes (add-to-list 'org-latex-classes