Remove superfluous add-hook
The function is already added to the hook elsewhere.
This commit is contained in:
parent
de4e8fdd31
commit
2286277b75
1 changed files with 0 additions and 2 deletions
|
@ -292,8 +292,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
|
||||||
|
|
||||||
(add-hook 'html-mode-hook 'electric-pair-local-mode)
|
(add-hook 'html-mode-hook 'electric-pair-local-mode)
|
||||||
|
|
||||||
(add-hook 'before-save-hook 'time-stamp)
|
|
||||||
|
|
||||||
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json"))
|
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json"))
|
||||||
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss"))
|
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss"))
|
||||||
(add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module"))
|
(add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module"))
|
||||||
|
|
Loading…
Reference in a new issue