about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-28 17:24:20 -0600
committerCase Duckworth2022-01-28 17:24:20 -0600
commit26b816767bfec2cd726f210ee4d7062945ce2378 (patch)
tree9a1cf3461525512b2ff43bea58750aa21f91cf1f /init.el
parentTruncate lines in eshell (diff)
downloademacs-26b816767bfec2cd726f210ee4d7062945ce2378.tar.gz
emacs-26b816767bfec2cd726f210ee4d7062945ce2378.zip
Add ebuku
Also added buku and bukubrowse
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
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)