summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
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)