Emacs Org-Mode: fixed org-habit import

This commit is contained in:
Marcel Kapfer 2019-04-06 07:43:25 +02:00
parent bc374eb43b
commit a2cf09910e
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

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