Tweak a couple of comments

This commit is contained in:
Bozhidar Batsov 2020-11-27 10:03:28 +02:00
parent b78168abf7
commit 42ea1fe9d1

View file

@ -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)