Emacs: Fixed loading of org-habit
This commit is contained in:
parent
e8d0d36211
commit
bfc9cb8dd3
1 changed files with 1 additions and 2 deletions
|
@ -371,8 +371,7 @@
|
|||
:mode "\\.org$"
|
||||
:config
|
||||
;; Add org modules
|
||||
(require 'org-habit)
|
||||
(add-to-list 'org-modules "org-habit")
|
||||
(setq org-modules '(org-habit))
|
||||
;; add scrartcl LaTeX class to org
|
||||
(with-eval-after-load 'ox-latex
|
||||
(add-to-list 'org-latex-classes
|
||||
|
|
Loading…
Reference in a new issue