diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:08:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:08:12 +0200 |
commit | 8fff29be7639d6c4bc1900c7c49a41f30318b053 (patch) | |
tree | 80f224d631ddd73eaf580e4275c73f543affd435 /.config | |
parent | c7d5f0ab3fa7aa62f0a344e0e73085dd39f47ed5 (diff) |
emacs: Don’t :demand pulsar
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/mm-theme.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el index c53d639..7771548 100644 --- a/.config/emacs/modules/mm-theme.el +++ b/.config/emacs/modules/mm-theme.el @@ -145,7 +145,6 @@ See also the `mm-theme-background-opacity' variable." (use-package pulsar :ensure t - :demand t :custom (pulsar-pulse t) (pulsar-delay .05) |