Emacs Org-Mode: fixed org-habit import
This commit is contained in:
parent
bc374eb43b
commit
a2cf09910e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue