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