Tweak a couple of comments
This commit is contained in:
parent
b78168abf7
commit
42ea1fe9d1
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
(prelude-require-packages '(ivy ivy-prescient swiper counsel))
|
(prelude-require-packages '(ivy ivy-prescient swiper counsel))
|
||||||
|
|
||||||
;;; Ivy
|
;;; Ivy
|
||||||
|
;;
|
||||||
;; ivy is a powerful alternative to the popular ido-mode
|
;; ivy is a powerful alternative to the popular ido-mode
|
||||||
|
|
||||||
(require 'ivy)
|
(require 'ivy)
|
||||||
|
@ -53,11 +54,13 @@
|
||||||
(diminish 'ivy-mode)
|
(diminish 'ivy-mode)
|
||||||
|
|
||||||
;;; Swiper
|
;;; Swiper
|
||||||
|
;;
|
||||||
;; swiper provides enhanced buffer search
|
;; swiper provides enhanced buffer search
|
||||||
|
|
||||||
(global-set-key "\C-s" 'swiper)
|
(global-set-key "\C-s" 'swiper)
|
||||||
|
|
||||||
;;; Counsel
|
;;; Counsel
|
||||||
|
;;
|
||||||
;; counsel supercharges a lot of commands with some ivy magic
|
;; counsel supercharges a lot of commands with some ivy magic
|
||||||
|
|
||||||
(global-set-key (kbd "M-x") 'counsel-M-x)
|
(global-set-key (kbd "M-x") 'counsel-M-x)
|
||||||
|
|
Loading…
Reference in a new issue