diff options
author | jao <jao@gnu.org> | 2021-06-10 15:59:00 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-10 15:59:00 +0100 |
commit | e754fd59140725d6fe6ab584f24a44df412cf6a3 (patch) | |
tree | 67219d366f8c89d22cc64251ddcf905562690eea | |
parent | 60d38f88e13321cc02f7db2cd437b768c3a3dd41 (diff) | |
download | elibs-e754fd59140725d6fe6ab584f24a44df412cf6a3.tar.gz elibs-e754fd59140725d6fe6ab584f24a44df412cf6a3.tar.bz2 |
small tweaks
-rw-r--r-- | exwm.org | 3 | ||||
-rw-r--r-- | init.org | 11 |
2 files changed, 11 insertions, 3 deletions
@@ -471,8 +471,7 @@ ("T" telega "telegram rooster") ("b" jao-exwm-bluetooth "bluetooth") ;; ("m" run-proton-bridge "proton bridge") - ;; ("v" jao-exwm-proton-vpn "proton vpn") - ) + ("v" jao-exwm-proton-vpn "proton vpn")) "Chats" (("c" (jao-chats t) "connect chats") ("t" (jao-buffer-same-mode 'telega-chat-mode) "telegram") @@ -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" |