Small ivy/helm mode changes
This commit is contained in:
parent
3d5f64b6c3
commit
65f1432ee8
@ -32,6 +32,8 @@
|
||||
"Initialise the `em-helm' module."
|
||||
|
||||
(use-package helm
|
||||
:init
|
||||
(helm-mode 1)
|
||||
:bind
|
||||
(("C-x C-f" . helm-find-files)
|
||||
("M-x" . helm-M-x)
|
||||
|
@ -224,7 +224,9 @@
|
||||
|
||||
(use-package swiper
|
||||
:bind
|
||||
(("M-s M-s" . swiper)))
|
||||
(("M-s M-s" . swiper))
|
||||
:config
|
||||
(setq ivy-count-format "%d/%d "))
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; plantuml-mode
|
||||
|
Reference in New Issue
Block a user