aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r--Emacs/.config/emacs/config.org6
1 files changed, 5 insertions, 1 deletions
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