From a993758be43e931943d14f0e54d16d6f34dba385 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 3 Apr 2024 05:08:35 +0300 Subject: emacs:(gnosis) Add gnosis-modeline-mode --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4f003c1..a9ad5f7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -697,7 +697,8 @@ gnosis-mcq-display-choices nil gnosis-image-width (if is-zeus 300 150) gnosis-image-height (if is-zeus 300 150)) - :bind (("C-c g" . thanos/gnosis-map) + (gnosis-modeline-mode) + :bind (("C-r" . thanos/gnosis-map) :map thanos/gnosis-map ("r" . 'gnosis-review) ("a" . 'gnosis-add-note) -- cgit v1.2.3