diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·32-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·32-0400 |
commit | dcff9be5aaf83990fc80ab23d532b1ead61170f9 (patch) | |
tree | 769e7457fcb74ecf73b8438a8d2f74b41716819f /org-config.el | |
parent | bd4bfbfacf1f2c4965c09372995f05997937d573 (diff) |
org-babel-clojure
Diffstat (limited to 'org-config.el')
-rw-r--r-- | org-config.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org-config.el b/org-config.el index faf2a1bf423b..4ffe7dbf33dd 100644 --- a/org-config.el +++ b/org-config.el @@ -4,8 +4,6 @@ (defun notes-file (f) (concat org-directory (if (string-prefix-p "/" f) "" "/") f)) -(require 'org-mu4e) - (setq org-directory (expand-file-name "~/notes") +org-dir (expand-file-name "~/notes") @@ -88,4 +86,6 @@ ("r" "Running jobs" todo "RUNNING") ("w" "@Work" tags-todo "@work") ("n" . "Next...") - ("np" "Next Sprint" tags-todo "next_sprint|sprint_planning"))) + ("np" "Next Sprint" tags-todo "next_sprint|sprint_planning")) + + org-babel-clojure-backend 'cider) |