summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-27 06:51:24 +0200
committerThanos Apollo <[email protected]>2024-02-27 06:51:24 +0200
commitdc5c735798acb43faf93a4607fbeb1e716bd3bb6 (patch)
tree5d461458a1cff0d363e13fc586bfe60e3dd4e9bc /.emacs.d
parent8020cc8f47833936ef33d4332aaff8d01b278275 (diff)
emacs: Update gnsois configuration
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7e51e89..e9ef909 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -680,13 +680,13 @@
(use-package gnosis
:straight (gnosis :local-repo "~/Dev/emacs-lisp/gnosis")
- :ensure t
+ :defer t
:init (define-prefix-command 'thanos/gnosis-map)
:config
(setf gnosis-vc-auto-push t
gnosis-mcq-display-choices nil
- gnosis-image-width 350
- gnosis-image-height 350)
+ gnosis-image-width (if is-hermes 150 nil)
+ gnosis-image-height (if is-hermes 150 nil))
:bind (("C-r" . thanos/gnosis-map)
:map thanos/gnosis-map
("r" . 'gnosis-review)