From 2286277b75eb4fc25500ae04c33170997d3a1926 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Feb 2019 23:00:41 -0800 Subject: Remove superfluous add-hook The function is already added to the hook elsewhere. --- emacs/.emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'emacs') 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")) -- cgit v1.2.3-54-g00ecf