More counsel

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-08-18 22:24:00 +02:00
parent b0e4b94aa3
commit 03e7c863f5
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -925,8 +925,7 @@ parts, separate them with a ~<SPC>~.
(use-package counsel
:straight t
:config
(counsel-mode 1)
:bind ("C-x b" . counsel-switch-buffer))
(counsel-mode 1))
#+END_SRC
~ivy-rich~ and ~all-the-icons~ compatibility.
@ -1027,7 +1026,16 @@ Enable ~projectile~.
(projectile-mode +1)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map))
#+END_SRC
Add Counsel integration for projectile.
#+BEGIN_SRC emacs-lisp
(use-package counsel-projectile
:straight t
:after (ivy counsel)
:init (counsel-projectile-mode))
#+END_SRC
* VTerm
~vterm~ is fun, but it does not play well with ~evil~, at least by default. Therefore we need to make it