Enable counsel package
This commit is contained in:
parent
fcae65f09e
commit
a40eae6947
1 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
;; (use-package counsel
|
||||
;; :bind (("C-M-j" . 'counsel-switch-buffer)
|
||||
;; :map minibuffer-local-map
|
||||
;; ("C-r" . 'counsel-minibuffer-history))
|
||||
;; :custom
|
||||
;; (counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only)
|
||||
;; :config
|
||||
;; (counsel-mode 1))
|
||||
(use-package counsel
|
||||
:bind (("C-M-j" . 'counsel-switch-buffer)
|
||||
:map minibuffer-local-map
|
||||
("C-r" . 'counsel-minibuffer-history))
|
||||
:custom
|
||||
(counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only)
|
||||
:config
|
||||
(counsel-mode 1))
|
||||
|
||||
(use-package all-the-icons
|
||||
:if (display-graphic-p)
|
||||
|
|
Loading…
Add table
Reference in a new issue