summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/init.org b/init.org
index 3d20887..4da66e4 100644
--- a/init.org
+++ b/init.org
@@ -701,6 +701,15 @@
:init (setq jao-tracking-bkg
(if (jao-colors-scheme-dark-p) "grey20" "grey93")))
#+end_src
+*** ednc
+ #+begin_src emacs-lisp
+ (use-package ednc
+ :ensure t
+ :diminish)
+
+ (use-package jao-ednc
+ :demand t)
+ #+end_src
* Calendar, diary, weather
*** Diary
#+BEGIN_SRC emacs-lisp
@@ -1585,7 +1594,7 @@
(setq jao-org-open-pdf-fun #'jao-afio-open-pdf)
#+end_src
-*** Hydra
+*** hydra
#+begin_src emacs-lisp
(major-mode-hydra-define doc-view-mode nil
("Notes"