From 61dd3ecc21c093fcfd6da5fe4fc7197499a89316 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 25 Jan 2024 07:34:03 +0200 Subject: emacs:(gnosis) Add prebuilt & update keybindings --- .emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3d88f9e..007468d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -736,9 +736,10 @@ ("k" . 'yeetube-remove-saved-video))) (use-package gnosis - :straight (gnosis :local-repo "~/Dev/emacs-lisp/gnosis") + :straight (gnosis :pre-build (shell-command "make") + :local-repo "~/Dev/emacs-lisp/gnosis") :init (define-prefix-command 'thanos/gnosis-map) - :bind (("C-r" . 'thanos/gnosis-map) + :bind (("C-r" . thanos/gnosis-map) :map thanos/gnosis-map ("r" . 'gnosis-review) ("a" . 'gnosis-add-note))) -- cgit v1.2.3