Emacs: removed mu4e-alert
This commit is contained in:
parent
d25c545b13
commit
4a05a93676
1 changed files with 0 additions and 10 deletions
|
@ -343,16 +343,6 @@
|
||||||
("C-c q" . vr/query-replace)
|
("C-c q" . vr/query-replace)
|
||||||
("C-c m" . vr/mc-mark)))
|
("C-c m" . vr/mc-mark)))
|
||||||
|
|
||||||
;; mu4e-alert
|
|
||||||
;; Desktop notification for mu4e
|
|
||||||
(use-package mu4e-alert
|
|
||||||
:after (mu4e)
|
|
||||||
:config
|
|
||||||
(mu4e-alert-set-default-style 'libnotify)
|
|
||||||
:hook
|
|
||||||
((after-init-hook . mu4e-alert-enable-notifications)
|
|
||||||
(after-init-hook . mu4e-alert-enable-mode-line-display)))
|
|
||||||
|
|
||||||
;; highlight-indent-guides
|
;; highlight-indent-guides
|
||||||
;; show vertical lines to guide indentation
|
;; show vertical lines to guide indentation
|
||||||
(use-package highlight-indent-guides
|
(use-package highlight-indent-guides
|
||||||
|
|
Loading…
Reference in a new issue