something
This commit is contained in:
parent
69a054681b
commit
926a27e7c4
1 changed files with 16 additions and 0 deletions
|
@ -75,6 +75,22 @@
|
|||
:demand
|
||||
:config
|
||||
(ivy-mode 1))
|
||||
;; better ivy autocompletion
|
||||
(use-package ivy-rich
|
||||
:init
|
||||
(ivy-rich-mode 1))
|
||||
|
||||
;; counsel M+X
|
||||
(use-package counsel
|
||||
:bind (("M-x" . counsel-M-x)
|
||||
("C-x b" . counsel-ibuffer)
|
||||
("C-x C-f" . counsel-find-file)
|
||||
:map minibuffer-local-map
|
||||
("C-r" . 'counsel-minibuffer-history))
|
||||
:config
|
||||
(setq ivy-inital-inputs-alist nil))
|
||||
|
||||
|
||||
;; better statusbar
|
||||
(use-package doom-modeline
|
||||
:ensure t
|
||||
|
|
Loading…
Reference in a new issue