diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index bcd0f6a9..76fdc897 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -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)