Remove ws-butler
This commit is contained in:
parent
822a0ca8f6
commit
0e2c68bff3
2 changed files with 0 additions and 8 deletions
|
|
@ -39,13 +39,6 @@
|
||||||
(require 'volatile-highlights)
|
(require 'volatile-highlights)
|
||||||
(volatile-highlights-mode t)
|
(volatile-highlights-mode t)
|
||||||
|
|
||||||
;; Package: ws-butler --- trim spaces from eol
|
|
||||||
(require 'ws-butler)
|
|
||||||
(add-hook 'c-mode-common-hook 'ws-butler-mode)
|
|
||||||
(add-hook 'text-mode 'ws-butler-mode)
|
|
||||||
(add-hook 'fundamental-mode 'ws-butler-mode)
|
|
||||||
(add-hook 'prog-mode-hook 'ws-butler-mode)
|
|
||||||
|
|
||||||
;;; Package: iedit --- Replace occurences of symbol and highlight them
|
;;; Package: iedit --- Replace occurences of symbol and highlight them
|
||||||
(require 'iedit)
|
(require 'iedit)
|
||||||
|
|
||||||
|
|
|
||||||
1
init.el
1
init.el
|
|
@ -38,7 +38,6 @@
|
||||||
'(
|
'(
|
||||||
undo-tree
|
undo-tree
|
||||||
volatile-highlights
|
volatile-highlights
|
||||||
ws-butler
|
|
||||||
smartparens
|
smartparens
|
||||||
iedit
|
iedit
|
||||||
zygospore
|
zygospore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue