X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/300b73634c6ef1548b407963508420604886bee4..9747f63fbd6a22f5149f4a7035ac09804001e9ac:/.emacs.d/init.el?ds=sidebyside diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d135772..0d0b352 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 @@ -1557,6 +1560,8 @@ For disabling the behaviour for certain buffers and/or modes." (list ".*info-guix.gnu.org" "l.gnu.guix.info") (list ".*www-commits.gnu.org" "l.gnu.www.commits") (list ".*www-discuss.gnu.org" "l.gnu.www.discuss") + ;; webmasters + (from "webmasters\\(-comment\\)?@gnu\\.org" "webmasters") ;; haskell (list ".*haskell-art.we.lurk.org" "l.haskell.art") (list ".*haskell-cafe.haskell.org" "l.haskell.cafe")