Add a nice way to view all links in a file #emacs
This commit is contained in:
@ -86,7 +86,8 @@
|
||||
:desc "Lobste.rs" "l" #'ivy-lobsters
|
||||
:desc "Compose an email" "c" #'notmuch-mua-new-mail)
|
||||
(:prefix "b"
|
||||
:desc "Black format buffer" "f" #'blacken-buffer)
|
||||
:desc "Black format buffer" "f" #'blacken-buffer
|
||||
:desc "Links in buffer" "l" #'counsel-ace-link)
|
||||
(:prefix "/"
|
||||
:desc "Search the web" "w" #'web-search
|
||||
:desc "Search all the things" "g" #'deadgrep)
|
||||
|
||||
Reference in New Issue
Block a user