diff options
| author | BardofSprites <[email protected]> | 2024-09-06 05:18:22 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-06 05:18:22 -0400 |
| commit | 73a2c2fa9a70d477deff7585d456664a843f454e (patch) | |
| tree | 665709b90736a2b4aede5fa026128d28daa487b0 | |
| parent | 4cf469beda6acada95eb5e136fd29acc09e57d58 (diff) | |
remove gnosis
| -rw-r--r-- | bard-emacs-modules/bard-emacs-anki.el | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/bard-emacs-modules/bard-emacs-anki.el b/bard-emacs-modules/bard-emacs-anki.el index 10d0238..3f56b68 100644 --- a/bard-emacs-modules/bard-emacs-anki.el +++ b/bard-emacs-modules/bard-emacs-anki.el @@ -5,7 +5,8 @@ ("C-c M-i" . bard/anki-editor-cloze-region-auto-incr) ("C-c M-I" . bard/anki-editor-cloze-region-dont-incr) ("C-c M-r" . bard/anki-editor-reset-cloze-number) - ("C-c M-p" . anki-editor-push-notes)) + ("C-c M-p" . anki-editor-push-new-notes) + ("C-c M-P" . anki-editor-push-notes)) :hook (org-capture-after-finalize . bard/anki-editor-reset-cloze-number) ; Reset cloze-number after each capture. :config @@ -32,10 +33,10 @@ ) -(use-package gnosis - :ensure t - :config - (gnosis-modeline-mode) - :bind - ;; k is for kards - (("C-c k" . gnosis-dashboard))) +;; (use-package gnosis +;; :ensure t +;; :config +;; (gnosis-modeline-mode) +;; :bind +;; ;; k is for kards +;; (("C-c k" . gnosis-dashboard))) |
