summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-08-14 21:06:14 +0200
committerAlan Pearce2015-08-14 21:06:14 +0200
commit75bd2030f4fea161a0cf936c22f266d51d9cefc0 (patch)
treea8c6d6d8cc687d1c09af0fa2bd326799fdaa2f3b /tag-emacs
parentc88ffba7b36f9dde833aac62ed0712cb90db0849 (diff)
downloadnixfiles-75bd2030f4fea161a0cf936c22f266d51d9cefc0.tar.lz
nixfiles-75bd2030f4fea161a0cf936c22f266d51d9cefc0.tar.zst
nixfiles-75bd2030f4fea161a0cf936c22f266d51d9cefc0.zip
Emacs: Give counsel a heading
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 7d8bc0df..6ee66a75 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1190,6 +1190,8 @@ replace helm and ido.
             (ivy-mode 1)))
 #+END_SRC
 
+** counsel
+
 #+BEGIN_SRC emacs-lisp
   (req-package counsel
      :bind (("M-x" . counsel-M-x)