forked from colonelpanic/dotfiles
move iedit
This commit is contained in:
parent
c9a613510e
commit
5d94bb49d6
@ -833,6 +833,12 @@ I use helm for almost all emacs completion
|
|||||||
;; use-package
|
;; use-package
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
|
||||||
|
(use-package iedit
|
||||||
|
:demand
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(setq iedit-toggle-key-default nil)))
|
||||||
|
|
||||||
(use-package server
|
(use-package server
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
@ -1121,11 +1127,6 @@ I use helm for almost all emacs completion
|
|||||||
(use-package comment-dwim-2
|
(use-package comment-dwim-2
|
||||||
:bind ("M-;" . comment-dwim-2))
|
:bind ("M-;" . comment-dwim-2))
|
||||||
|
|
||||||
(use-package iedit
|
|
||||||
:config
|
|
||||||
(progn
|
|
||||||
(setq iedit-toggle-key-default (kbd "")) ))
|
|
||||||
|
|
||||||
(use-package emr
|
(use-package emr
|
||||||
:commands emr-initialize
|
:commands emr-initialize
|
||||||
:init
|
:init
|
||||||
|
Loading…
Reference in New Issue
Block a user