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$"
|
: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
|
||||||
|
|
Loading…
Reference in a new issue