mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-25 23:18:30 +00:00
Try out pulsar
This commit is contained in:
parent
a7f801712a
commit
423a0474c1
12
init.org
12
init.org
@ -636,6 +636,18 @@
|
||||
|
||||
#+end_src
|
||||
|
||||
** Pulsar
|
||||
|
||||
Try using pulsar to immediately find the cursor.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(use-package pulsar
|
||||
:bind (:map custom-bindings-map ("C-;" . pulsar-pulse-line))
|
||||
:config (pulsar-global-mode 1))
|
||||
|
||||
#+end_src
|
||||
|
||||
* Mac OS X
|
||||
|
||||
I run this configuration mostly on macOS, so we need a couple of settings to
|
||||
|
Loading…
Reference in New Issue
Block a user