소스 검색

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)