From e39d4df6d57e41e224767be2a15c499b0c566a0a Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Sep 2025 19:39:07 +0100 Subject: afio: docs and chats only for gnu/linux --- init.el | 7 ++++--- 1 file 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))) -- cgit v1.2.3