diff options
author | Case Duckworth | 2022-01-28 17:24:20 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-28 17:24:20 -0600 |
commit | 26b816767bfec2cd726f210ee4d7062945ce2378 (patch) | |
tree | 9a1cf3461525512b2ff43bea58750aa21f91cf1f | |
parent | Truncate lines in eshell (diff) | |
download | emacs-26b816767bfec2cd726f210ee4d7062945ce2378.tar.gz emacs-26b816767bfec2cd726f210ee4d7062945ce2378.zip |
Add ebuku
Also added buku and bukubrowse
-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) |