Minor changes.
This commit is contained in:
parent
01a0958e6f
commit
7a67663f40
2 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,8 @@ I would like a dedicate perspective to Mastodon, and I would like a leader key s
|
||||||
(ha-leader
|
(ha-leader
|
||||||
"a m t" '("toot" . mastodon-toot)
|
"a m t" '("toot" . mastodon-toot)
|
||||||
"a m u" '("update" . mastodon-tl--update)
|
"a m u" '("update" . mastodon-tl--update)
|
||||||
|
"a m f" '("favorite" . mastodon-toot--toggle-favourite)
|
||||||
|
"a m b" '("boost" . mastodon-toot--toggle-boost)
|
||||||
"a m d" '("discover" . mastodon-discover))
|
"a m d" '("discover" . mastodon-discover))
|
||||||
(my-mastodon-start))))
|
(my-mastodon-start))))
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,6 @@ 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 (: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
|
||||||
|
|
Loading…
Reference in a new issue