From e754fd59140725d6fe6ab584f24a44df412cf6a3 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 10 Jun 2021 15:59:00 +0100 Subject: small tweaks --- init.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'init.org') 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" -- cgit v1.2.3