diff options
author | Alan Pearce | 2015-08-14 21:06:14 +0200 |
---|---|---|
committer | Alan Pearce | 2015-08-14 21:06:14 +0200 |
commit | 75bd2030f4fea161a0cf936c22f266d51d9cefc0 (patch) | |
tree | a8c6d6d8cc687d1c09af0fa2bd326799fdaa2f3b /tag-emacs | |
parent | c88ffba7b36f9dde833aac62ed0712cb90db0849 (diff) | |
download | dotfiles-75bd2030f4fea161a0cf936c22f266d51d9cefc0.tar.lz dotfiles-75bd2030f4fea161a0cf936c22f266d51d9cefc0.tar.zst dotfiles-75bd2030f4fea161a0cf936c22f266d51d9cefc0.zip |
Emacs: Give counsel a heading
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 7d8bc0d..6ee66a7 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) |