Update reference to Prot's pulsar project
This commit is contained in:
parent
7b5fd29f82
commit
1d60966780
1 changed files with 2 additions and 3 deletions
|
@ -47,7 +47,7 @@ Large screen, lots of windows, so where is the cursor? While I used to use =hl-l
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package pulsar
|
(use-package pulsar
|
||||||
:straight (:host gitlab :repo "protesilaos/pulsar")
|
:straight (:repo "https://git.sr.ht/~protesilaos/pulsar")
|
||||||
:custom
|
:custom
|
||||||
(pulsar-pulse-functions '(recenter-top-bottom
|
(pulsar-pulse-functions '(recenter-top-bottom
|
||||||
move-to-window-line-top-bottom
|
move-to-window-line-top-bottom
|
||||||
|
@ -97,8 +97,7 @@ Large screen, lots of windows, so where is the cursor? While I used to use =hl-l
|
||||||
outline-up-heading))
|
outline-up-heading))
|
||||||
(pulsar-face 'pulsar-magenta)
|
(pulsar-face 'pulsar-magenta)
|
||||||
(pulsar-delay 0.055)
|
(pulsar-delay 0.055)
|
||||||
:bind ("<f6>" . pulsar-pulse-line)
|
:bind ("<f6>" . pulsar-pulse-line))
|
||||||
:config (pulsar-global-mode))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
* Themes
|
* Themes
|
||||||
One does get used to a particular collection of colors. Mine is Tomorrow:
|
One does get used to a particular collection of colors. Mine is Tomorrow:
|
||||||
|
|
Loading…
Reference in a new issue