home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f29cdaf961a130042d63f58fbb90c594bc5375e2
parent 46812da0e3aa1cdcc87edbd00137fce3ed9a840f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  4 May 2020 20:07:35 +0200

init-func.el: remove before-save-hook from the file

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/lisp/init-func.el | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/tools/emacs/lisp/init-func.el b/tools/emacs/lisp/init-func.el @@ -28,8 +28,6 @@ add it to `before-save-hook'." (goto-char (line-end-position)) (insert " :lines \"" lines "\"")))))))) -(add-hook 'before-save-hook #'save-and-update-includes) - (defun decide-line-range (file begin end) "Visit FILE and decide which lines to include. BEGIN and END are regexps which define the line range to use."