aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-anki.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-anki.el b/bard-emacs-modules/bard-emacs-anki.el
index a867ba7..a954346 100644
--- a/bard-emacs-modules/bard-emacs-anki.el
+++ b/bard-emacs-modules/bard-emacs-anki.el
@@ -28,3 +28,12 @@
;; Initialize
(bard/anki-editor-reset-cloze-number)
)
+
+
+(use-package gnosis
+ :ensure t
+ :config
+ (gnosis-modeline-mode)
+ :bind
+ ;; k is for kards
+ (("C-c k" . gnosis-dashboard)))