Browse Source

Cleanup ivy loading

main
parent
commit
d6fc3d4747
  1. 2
      README.org
  2. 2
      modules/interface.el

2
README.org

@ -1204,6 +1204,7 @@ Counsel is a customized set of commands to replace built in completion buffers.
#+begin_src emacs-lisp
(use-package counsel
:after ivy
:custom (counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only)
:config (counsel-mode 1))
#+end_src
@ -1219,6 +1220,7 @@ Provide more information about each item with [[https://github.com/Yevgnen/ivy-r
#+begin_src emacs-lisp
(use-package ivy-rich
:after counsel
:init (ivy-rich-mode 1))
#+end_src

2
modules/interface.el

@ -3,6 +3,7 @@
:config (ivy-mode 1))
(use-package counsel
:after ivy
:custom (counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only)
:config (counsel-mode 1))
@ -10,6 +11,7 @@
"," '(counsel-switch-buffer :which-key "Buffers"))
(use-package ivy-rich
:after counsel
:init (ivy-rich-mode 1))
(set-face-attribute 'default nil :font dotfiles/font :height dotfiles/font-size)

Loading…
Cancel
Save