diff options
author | Alan Pearce | 2016-04-29 14:50:21 +0200 |
---|---|---|
committer | Alan Pearce | 2016-04-29 14:50:21 +0200 |
commit | c10711346f2fd2625a367e46d6818d9979420d63 (patch) | |
tree | 73fe539e227b598730ac3979e5dc6f9deefaf603 /tag-emacs/emacs.d | |
parent | 1a9745d944dcaba2f78a7f6a5ea732328e0f1bdc (diff) | |
download | nixfiles-c10711346f2fd2625a367e46d6818d9979420d63.tar.lz nixfiles-c10711346f2fd2625a367e46d6818d9979420d63.tar.zst nixfiles-c10711346f2fd2625a367e46d6818d9979420d63.zip |
Remove useless hook
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 452a7347..320c6015 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -401,10 +401,7 @@ changed. This package colours the fringe (global-diff-hl-mode 1) (add-hook 'dired-mode-hook (lambda () (diff-hl-dired-mode 1))) - (add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh) - (add-hook 'magit-refresh-buffer-hook (lambda () - (message "test: %s" (buffer-file-name)) - (buffer-file-name))))) + (add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh))) #+END_SRC ** magit |