diff options
author | Thanos Apollo <[email protected]> | 2024-01-25 07:34:03 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-25 07:34:03 +0200 |
commit | 61dd3ecc21c093fcfd6da5fe4fc7197499a89316 (patch) | |
tree | 529a36bbdf1c5ef2cede8fd703dfa019989040e4 /.emacs.d/init.el | |
parent | 5ec37de1c3a33038c485cde487273f613329ce64 (diff) |
emacs:(gnosis) Add prebuilt & update keybindings
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
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))) |