aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-13 23:00:41 -0800
committerGravatar Tom Willemse2019-02-13 23:00:41 -0800
commit2286277b75eb4fc25500ae04c33170997d3a1926 (patch)
tree1434b1d847e401a4c0fcaa003a717d5690a31280 /emacs
parentde4e8fdd31242c2d1ef32f56f7cb971a52b3a87e (diff)
downloadnew-dotfiles-2286277b75eb4fc25500ae04c33170997d3a1926.tar.gz
new-dotfiles-2286277b75eb4fc25500ae04c33170997d3a1926.zip
Remove superfluous add-hook
The function is already added to the hook elsewhere.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index e28c27f..1102669 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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 'before-save-hook 'time-stamp)
-
(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 '("php" . "*.php *.inc *.module"))