summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-28 00:22:42 -0500
committerCase Duckworth2021-08-28 00:22:42 -0500
commitdf2e4a3650d23eebf05a5ae7b2b3eb4f4b640e77 (patch)
tree5801dc9e90fe1c38ea5b4fbdbcc0d56c15a980f8 /init.el
parentRemove electric-buffer-list (diff)
downloademacs-df2e4a3650d23eebf05a5ae7b2b3eb4f4b640e77.tar.gz
emacs-df2e4a3650d23eebf05a5ae7b2b3eb4f4b640e77.zip
Add 'alert
Still need to think of how to set it up.
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 be53c2f..7555dad 100644 --- a/init.el +++ b/init.el
@@ -1092,6 +1092,11 @@ like a dumbass."
1092 (setq ace-link-fallback-function #'ace-link-addr) 1092 (setq ace-link-fallback-function #'ace-link-addr)
1093 (global-set-key key #'ace-link))) 1093 (global-set-key key #'ace-link)))
1094 1094
1095(setup (:straight alert)
1096 (:option alert-default-style (acdw/system
1097 (:home 'libnotify)
1098 (_ 'message))))
1099
1095(setup (:straight avy) 1100(setup (:straight avy)
1096 (:global "C-'" avy-goto-char-timer 1101 (:global "C-'" avy-goto-char-timer
1097 "M-g f" avy-goto-line 1102 "M-g f" avy-goto-line