Add a nice way to view all links in a file #emacs

This commit is contained in:
Colin Powell
2019-08-01 15:05:10 -04:00
parent 6834fca1dd
commit 19f7cb0e03

View File

@ -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)