From 42ea1fe9d10ebe259df900c8d632fed46d5c21ba Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 27 Nov 2020 10:03:28 +0200 Subject: [PATCH] Tweak a couple of comments --- modules/prelude-ivy.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/prelude-ivy.el b/modules/prelude-ivy.el index 62d9e4d..df47fb4 100644 --- a/modules/prelude-ivy.el +++ b/modules/prelude-ivy.el @@ -35,6 +35,7 @@ (prelude-require-packages '(ivy ivy-prescient swiper counsel)) ;;; Ivy +;; ;; ivy is a powerful alternative to the popular ido-mode (require 'ivy) @@ -53,11 +54,13 @@ (diminish 'ivy-mode) ;;; Swiper +;; ;; swiper provides enhanced buffer search (global-set-key "\C-s" 'swiper) ;;; Counsel +;; ;; counsel supercharges a lot of commands with some ivy magic (global-set-key (kbd "M-x") 'counsel-M-x)