From dc5c735798acb43faf93a4607fbeb1e716bd3bb6 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 27 Feb 2024 06:51:24 +0200 Subject: emacs: Update gnsois configuration --- .emacs.d/init.el | 6 +++--- 1 file 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) -- cgit v1.2.3