From 65b6b4667d2b89193a6123c9c2340599088a498a Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sat, 29 May 2021 13:54:14 -0400 Subject: [PATCH] Simplify ivy config --- config.org | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config.org b/config.org index 7a8d8c1..7cda77f 100644 --- a/config.org +++ b/config.org @@ -268,11 +268,6 @@ Define templates for lots of common structure elements. Mostly just used within A well balanced completion framework. #+begin_src emacs-lisp (use-package ivy - :bind (("C-s" . swiper) - :map ivy-minibuffer-map - ("TAB" . ivy-alt-done) - :map ivy-switch-buffer-map - ("M-d" . ivy-switch-buffer-kill)) :config (ivy-mode)) #+end_src ** Ivy-rich @@ -285,26 +280,16 @@ A well balanced completion framework. Ivy everywhere. #+begin_src emacs-lisp (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)) #+end_src ** Remember frequent commands #+begin_src emacs-lisp (use-package ivy-prescient :after counsel - :custom (ivy-prescient-enable-filtering nil) :config (prescient-persist-mode) (ivy-prescient-mode)) #+end_src -** Swiper -Better search utility. -#+begin_src emacs-lisp - (use-package swiper) -#+end_src * Emacs OS ** RSS Use elfeed for reading RSS. I have another file with all the feeds in it that I'd rather keep private. -- 2.39.2