about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index 4acf2ca..b2617dd 100644 --- a/config.org +++ b/config.org
@@ -1045,7 +1045,9 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el
1045 1045
1046#+begin_src emacs-lisp 1046#+begin_src emacs-lisp
1047 (use-package go-mode 1047 (use-package go-mode
1048 :mode "\\.go\\'") 1048 :mode "\\.go\\'"
1049 :hook
1050 (before-save . gofmt-before-save))
1049#+end_src 1051#+end_src
1050 1052
1051* Applications 1053* Applications