diff options
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 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) |