Files
nixfiles/xdg/emacs/modes/go-mode-custom.el

8 lines
254 B
EmacsLisp
Raw Normal View History

2025-09-26 17:51:52 -04:00
;; Bury the compile buffer when finished compiling. Function in lisp/functions.el
(add-hook 'compilation-finish-functions 'bury-compile-buffer-if-successful)
(add-hook 'before-save-hook #'gofmt-before-save)
;; Define Tab width
(setq truncate-lines t)