From a40eae6947ba7fbe8c4b9e2b5c7f9acbafa4b67d Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 29 Apr 2022 14:40:46 +0200 Subject: [PATCH] Enable counsel package --- bundle/bundle--gui.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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)