summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-29 19:27:32 +0300
committerThanos Apollo <[email protected]>2024-07-29 19:27:32 +0300
commit1c45cc279f05761b7bf918c02e89c3d28fb47b3e (patch)
treee168e40ebd6e219077032abb9bf8d0a673640362
parent43c44cf5e24b141bbe80be95805e8115a02b45a4 (diff)
emacs: gnosis: Update keybindings & stop auto-push.
-rw-r--r--.config/emacs/init.el14
1 files changed, 4 insertions, 10 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index def9e17..18c55d7 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -937,18 +937,12 @@ By default, returns all jabber related buffers format."
:ensure t
:init (define-prefix-command 'thanos/gnosis-map)
:config
- (setf gnosis-vc-auto-push t
+ (setf gnosis-vc-auto-push nil
gnosis-mcq-display-choices nil
- gnosis-image-width (if is-zeus nil 150)
- gnosis-image-height (if is-zeus nil 150))
-
+ gnosis-image-width (and is-hermes 150)
+ gnosis-image-height (and is-hermes 150))
(gnosis-modeline-mode)
- :bind (("C-M-r" . 'thanos/gnosis-map)
- :map thanos/gnosis-map
- ("r" . 'gnosis-review)
- ("a" . 'gnosis-add-note)
- ("d" . 'gnosis-dashboard)
- ("t" . 'gnosis-test-start)))
+ :bind (("C-M-r" . 'gnosis-dashboard)))
;; Sync gnosis on startup
(gnosis-vc-pull)