diff options
author | Thanos Apollo <[email protected]> | 2024-02-21 23:47:34 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-21 23:47:34 +0200 |
commit | e1a8cab6317a617013a3c48d5f83ca05f610f5c8 (patch) | |
tree | 1ca02b7b34c31562a9529d31ba9ae22b787d25b3 | |
parent | 26800f689949a5516db2629a8712c7732c59659f (diff) |
emacs: Update gnosis configuration
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index dc7ad4c..6f87ad5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -693,11 +693,12 @@ :straight (gnosis :local-repo "~/Dev/emacs-lisp/gnosis") :init (define-prefix-command 'thanos/gnosis-map) :config - (setf gnosis-auto-vc-push t) + (setf gnosis-vc-auto-push t) :bind (("C-r" . thanos/gnosis-map) :map thanos/gnosis-map ("r" . 'gnosis-review) ("a" . 'gnosis-add-note) + ("C-d" . 'gnosis-dashboard) ("d" . 'gnosis-add-deck) ("t" . 'gnosis-test-start))) |