aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-20 13:01:39 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-20 13:01:39 +0100
commit262241811e9c93d5507ff3754ba4466504d4951c (patch)
tree3b504b17169d9e180a7a40ea4bde513efd94bcbd /doom
parent09e2e65ad8c969d2aa90d520967c61bb06ea3cb9 (diff)
downloaddotfiles-262241811e9c93d5507ff3754ba4466504d4951c.tar.gz
dotfiles-262241811e9c93d5507ff3754ba4466504d4951c.zip
Add org-habit to emacs
Diffstat (limited to 'doom')
-rw-r--r--doom/config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/doom/config.el b/doom/config.el
index e89fc59..f99aeec 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -337,6 +337,7 @@
(postamble "footer" "postamble")))
(setq org-export-with-broken-links t)
+ (require 'org-habit)
(require 'calendar)
(setq calendar-mark-diary-entries-flag t)