From d0413b43d449e10fc8cd8d15d3b925608638e300 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 17 Mar 2021 05:16:12 +0000 Subject: (Emacs)~small changes, -counsel etags --- Emacs/.config/emacs/config.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 13ef0f4..8607bfa 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -588,6 +588,9 @@ selection list). ivy-use-selectable-prompt t)) #+end_src **** Counsel etags +:PROPERTIES: +:header-args:emacs-lisp: :tangle no +:END: Counsel etags allows me to search generated tag files for tags. I already have a function defined to generate the tags, so it's just searching them which I find to be a bit of a hassle, and where this @@ -875,7 +878,8 @@ Collection of snippets, activate after yasnippet has been loaded. * Small packages ** Display line numbers I don't like using this mode by default, but I'd like to configure it -if possible. +if possible. Line numbers are a necessary evil a lot of times, and +it's useful for presentations. #+begin_src emacs-lisp (use-package display-line-numbers :straight nil -- cgit v1.2.3-13-gbd6f