diff options
author | jao <jao@gnu.org> | 2025-09-19 19:39:07 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-19 19:39:07 +0100 |
commit | e39d4df6d57e41e224767be2a15c499b0c566a0a (patch) | |
tree | 54ffcdb1f040c23c78e6eb9bf21d713ee2e21808 | |
parent | 2f4d326b7ee1a1e1e3a8e0d88c2751522645495f (diff) | |
download | elibs-e39d4df6d57e41e224767be2a15c499b0c566a0a.tar.gz elibs-e39d4df6d57e41e224767be2a15c499b0c566a0a.tar.bz2 |
afio: docs and chats only for gnu/linux
-rw-r--r-- | init.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1150,7 +1150,6 @@ ;;;; afio (use-package jao-afio - ;; :if (jao-is-linux) :demand t :config (jao-afio-setup (not window-system)) @@ -1167,11 +1166,13 @@ 'face 'font-lock-warning-face)) (jao-minibuffer-add-variable '(jao-current--frame-id) 100) + (jao-when-linux + (global-set-key (kbd "C-c t") #'jao-afio-goto-chats) + (global-set-key (kbd "C-c z") #'jao-afio-goto-docs)) + :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) ("C-c w" . 'jao-afio-goto-www) - ("C-c z" . 'jao-afio-goto-docs) - ("C-c t" . 'jao-afio-goto-chats) ("C-c 0" . 'jao-afio-goto-scratch) ("M-o" . 'jao-afio-toggle))) |