From 73a2c2fa9a70d477deff7585d456664a843f454e Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 6 Sep 2024 05:18:22 -0400 Subject: remove gnosis --- bard-emacs-modules/bard-emacs-anki.el | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'bard-emacs-modules') 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))) -- cgit v1.2.3