浏览代码

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

Colin Powell 6 年之前
父节点
当前提交
19f7cb0e03
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      emacs/.config/doom/config.el

+ 2 - 1
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)