Add iedit-mode

This commit is contained in:
Wojciech Kozlowski 2019-07-26 20:50:21 +02:00
parent 478b946d2e
commit 0400af0e76

View File

@ -26,6 +26,7 @@
expand-region
highlight-parentheses
ibuffer-vc
iedit
pdf-tools
perspective
projectile
@ -462,6 +463,13 @@
" "
filename-and-process))))
;; --------------------------------------------------------------------------
;; `iedit'
;; --------------------------------------------------------------------------
(use-package iedit
:bind (("C-;" . iedit-mode)))
;; --------------------------------------------------------------------------
;; `pdf-tools' - use instead of DocView.
;; --------------------------------------------------------------------------