mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
prot-emacs.org: remove needless variable from pulsar
The latest version already uses this.
This commit is contained in:
parent
df4dba144d
commit
2bf3566e88
|
|
@ -15,12 +15,6 @@
|
|||
(prot-emacs-package pulsar
|
||||
(:install t)
|
||||
(:delay 1)
|
||||
(dolist (cmd '( narrow-to-page narrow-to-defun
|
||||
narrow-to-region widen
|
||||
logos-forward-page-dwim
|
||||
logos-backward-page-dwim))
|
||||
(add-to-list 'pulsar-pulse-functions cmd))
|
||||
|
||||
(setopt pulsar-pulse t
|
||||
pulsar-delay 0.055
|
||||
pulsar-iterations 10
|
||||
|
|
|
|||
|
|
@ -1809,12 +1809,6 @@ are called. The pulse effect is added there (~pulsar-after-function-hook~).
|
|||
(prot-emacs-package pulsar
|
||||
(:install t)
|
||||
(:delay 1)
|
||||
(dolist (cmd '( narrow-to-page narrow-to-defun
|
||||
narrow-to-region widen
|
||||
logos-forward-page-dwim
|
||||
logos-backward-page-dwim))
|
||||
(add-to-list 'pulsar-pulse-functions cmd))
|
||||
|
||||
(setopt pulsar-pulse t
|
||||
pulsar-delay 0.055
|
||||
pulsar-iterations 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue