From 1c45cc279f05761b7bf918c02e89c3d28fb47b3e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 29 Jul 2024 19:27:32 +0300 Subject: emacs: gnosis: Update keybindings & stop auto-push. --- .config/emacs/init.el | 14 ++++---------- 1 file 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) -- cgit v1.2.3