From 19f7cb0e03e4317243877009d80661ca63a38bc3 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 1 Aug 2019 15:05:10 -0400 Subject: [PATCH] Add a nice way to view all links in a file #emacs --- emacs/.config/doom/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 1501196..c0d72f5 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -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)