summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-19 19:39:07 +0100
committerjao <jao@gnu.org>2025-09-19 19:39:07 +0100
commite39d4df6d57e41e224767be2a15c499b0c566a0a (patch)
tree54ffcdb1f040c23c78e6eb9bf21d713ee2e21808
parent2f4d326b7ee1a1e1e3a8e0d88c2751522645495f (diff)
downloadelibs-e39d4df6d57e41e224767be2a15c499b0c566a0a.tar.gz
elibs-e39d4df6d57e41e224767be2a15c499b0c566a0a.tar.bz2
afio: docs and chats only for gnu/linux
-rw-r--r--init.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.el b/init.el
index 3d9f160..978bac8 100644
--- a/init.el
+++ b/init.el
@@ -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)))