Add iedit-mode
This commit is contained in:
parent
478b946d2e
commit
0400af0e76
@ -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.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user