diff options
author | 2019-05-19 14:11:34 -0400 | |
---|---|---|
committer | 2019-05-19 14:11:34 -0400 | |
commit | 99473567e5a86d2b1ae62bb85601af7805daaa9a (patch) | |
tree | a218fb0b26392091aefd636a0343b647c90cfee5 /.emacs.d/init.el | |
parent | 01f311820f9dda4ee48955ff1f29aee2266c05ec (diff) | |
download | configs-99473567e5a86d2b1ae62bb85601af7805daaa9a.tar.gz configs-99473567e5a86d2b1ae62bb85601af7805daaa9a.tar.xz configs-99473567e5a86d2b1ae62bb85601af7805daaa9a.zip |
emacs: add go-mode and update packages
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d135772..dc046a8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -793,6 +793,7 @@ For disabling the behaviour for certain buffers and/or modes." (mode . scheme-mode) (mode . haskell-mode) (mode . lean-mode) + (mode . go-mode) (mode . alloy-mode))) ("tex" (or @@ -1174,6 +1175,8 @@ For disabling the behaviour for certain buffers and/or modes." :custom (font-latex-fontify-sectioning 'color))) +(use-package go-mode) + ;;; Theme |