diff options
author | Thanos Apollo <[email protected]> | 2024-04-03 05:08:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-03 05:08:35 +0300 |
commit | a993758be43e931943d14f0e54d16d6f34dba385 (patch) | |
tree | 9dc623794562ad59daacf3b7c9a516e5185ae855 /.emacs.d/init.el | |
parent | bc45c33a5ee2deb80a1e2a83aa313fb056b42925 (diff) |
emacs:(gnosis) Add gnosis-modeline-mode
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |