Simplify and add emacs config

This commit is contained in:
2025-09-26 17:51:52 -04:00
parent 4f38297378
commit 93aecdd5cb
13 changed files with 2334 additions and 0 deletions

View File

@ -0,0 +1,7 @@
;; 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)