From 402f03d74926a0138a1aed9c445b9354ae100ddb Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 3 Sep 2022 23:38:19 +0100 Subject: jao-afio: explicit bindings and configurable auto-toggle --- init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 4390f87..464dfd3 100644 --- a/init.el +++ b/init.el @@ -1370,7 +1370,13 @@ ;;;; afio (use-package jao-afio :demand t - :config (jao-afio-setup (not window-system))) + :config (jao-afio-setup (not window-system)) + :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) + ("M-o" . 'jao-afio-toggle))) +(add-hook 'jao-afio-switch-hook 'jao-minibuffer-refresh t) (defun jao-current--frame-id () (propertize (cond ((and (jao-exwm-enabled-p) -- cgit v1.2.3