summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-21 18:59:54 -0500
committerCase Duckworth2021-10-21 18:59:54 -0500
commit132d910347a4ad1003b68fb96f91875885a3c052 (patch)
tree2eb641fab5763577eab3365035fa8c0be68fb39a /init.el
parentDon't set initial frame size (diff)
downloademacs-132d910347a4ad1003b68fb96f91875885a3c052.tar.gz
emacs-132d910347a4ad1003b68fb96f91875885a3c052.zip
Add mode-line-bell
Diffstat (limited to 'init.el')
-rw-r--r--init.el13
1 files changed, 9 insertions, 4 deletions
diff --git a/init.el b/init.el index e90da32..cb665ec 100644 --- a/init.el +++ b/init.el
@@ -1094,7 +1094,7 @@ specific to most general, they are these:
1094 ) 1094 )
1095 1095
1096(setup window 1096(setup window
1097 (require 'acdw-bell) 1097 ;; (require 'acdw-bell)
1098 (:option 1098 (:option
1099 ;; Man-notify-method 'pushy 1099 ;; Man-notify-method 'pushy
1100 ;; display-buffer-alist ; from FrostyX 1100 ;; display-buffer-alist ; from FrostyX
@@ -1103,9 +1103,10 @@ specific to most general, they are these:
1103 ;; display-buffer-same-window) 1103 ;; display-buffer-same-window)
1104 ;; (reusable-frames . t))) 1104 ;; (reusable-frames . t)))
1105 recenter-positions '(top middle bottom) 1105 recenter-positions '(top middle bottom)
1106 ring-bell-function (lambda () 1106 ;; ring-bell-function
1107 (acdw-bell/flash-mode-line 1107 ;; (lambda ()
1108 (acdw/system :home))) 1108 ;; (acdw-bell/flash-mode-line
1109 ;; (acdw/system :home)))
1109 use-dialog-box nil 1110 use-dialog-box nil
1110 use-file-dialog nil 1111 use-file-dialog nil
1111 visible-bell nil) 1112 visible-bell nil)
@@ -1984,6 +1985,10 @@ browser defined in `browse-url-secondary-browser-function'."
1984 (:advise mastodon-tl--goto-next-toot :after #'mastodon-goto-toot@recenter 1985 (:advise mastodon-tl--goto-next-toot :after #'mastodon-goto-toot@recenter
1985 mastodon-tl--goto-prev-toot :after #'mastodon-goto-toot@recenter)) 1986 mastodon-tl--goto-prev-toot :after #'mastodon-goto-toot@recenter))
1986 1987
1988(setup (:straight mode-line-bell)
1989 (:option mode-line-bell-flash-time 0.1)
1990 (mode-line-bell-mode +1))
1991
1987(setup (:straight (modus-themes 1992(setup (:straight (modus-themes
1988 :host gitlab 1993 :host gitlab
1989 :repo "protesilaos/modus-themes")) 1994 :repo "protesilaos/modus-themes"))