diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index d22a44c..f1da5be 100644 --- a/init.el +++ b/init.el | |||
@@ -1094,6 +1094,11 @@ See also `crux-reopen-as-root-mode'." | |||
1094 | (setup (:straight dumb-jump) | 1094 | (setup (:straight dumb-jump) |
1095 | (add-hook 'xref-backend-functions #'dumb-jump-xref-activate)) | 1095 | (add-hook 'xref-backend-functions #'dumb-jump-xref-activate)) |
1096 | 1096 | ||
1097 | (setup (:straight-when ebuku | ||
1098 | (executable-find "buku")) | ||
1099 | (:option ebuku-display-on-startup 'recent | ||
1100 | ebuku-recent-count 100)) | ||
1101 | |||
1097 | (setup (:straight electric-cursor) | 1102 | (setup (:straight electric-cursor) |
1098 | (:option electric-cursor-alist '((overwrite-mode . hbar) | 1103 | (:option electric-cursor-alist '((overwrite-mode . hbar) |
1099 | (god-local-mode . box) | 1104 | (god-local-mode . box) |