[Bootstrap, Org files] Removed tangling of deprecated configurations
All checks were successful
continuous-integration/drone/push Build is passing

This commit removes tangling of deprecated configurations in the
bootstrap script.

It also removes a dunst mention in the spacemacs.org file.
This commit is contained in:
2020-09-12 00:38:11 +02:00
parent 7785198f64
commit 62e4b6f52f
3 changed files with 18 additions and 41 deletions

View File

@@ -3213,7 +3213,7 @@
On new email arrival, Emacs can send the system a notification which will be
handled as any other notification received by the system and will display the
number of unread emails to the user; in my case, notifications are handled by
[[https://dunst-project.org/][dunst]] under i3, or AwesomeWM itself.
AwesomeWM.
#+BEGIN_SRC emacs-lisp
(setq mu4e-enable-notifications t
mu4e-alert-email-notification-types '(count))