Small ivy/helm mode changes

This commit is contained in:
Wojciech Kozlowski 2018-07-08 02:11:37 +01:00
parent 3d5f64b6c3
commit 65f1432ee8
2 changed files with 5 additions and 1 deletions

View File

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

View File

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