From 9f42678384c87888f0cb0e27d4971522db28ade9 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 28 Jul 2019 00:05:34 +0100 Subject: +Tags searching using counsel-etags --- doom.d/config.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doom.d/config.org b/doom.d/config.org index a19b53b..f6c55c7 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -28,7 +28,7 @@ overall coding in emacs. * Theming #+BEGIN_SRC emacs-lisp (load-theme 'doom-molokai t) - #+END_SRC +#+END_SRC I like monokai :) * General keymap @@ -46,11 +46,12 @@ I like monokai :) them to - pf => project -> find file #+BEGIN_SRC emacs-lisp - (:prefix "/" ; Search - :desc "Ag!" "a" '+ivy/ag - :desc "FZF!" "f" 'counsel-fzf - :desc "Search buffer" "/" 'swiper - ) +(:prefix "/" ; Search + :desc "Ag!" "a" '+ivy/ag + :desc "FZF!" "f" 'counsel-fzf + :desc "Search Tags" "t" 'counsel-etags-list-tag + :desc "Search buffer" "/" 'swiper + ) #+END_SRC - I like using / in comparison to s: it's closer together (thus quicker, I do searches a lot so this is noticeable) and makes more sense -- cgit v1.2.3-13-gbd6f