diff options
-rw-r--r-- | init.el | 5 |
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 |