Skip to content

Instantly share code, notes, and snippets.

@beinan
Last active October 10, 2020 23:59
Show Gist options
  • Save beinan/e50b171f9fe81b328d885d2f61cf6312 to your computer and use it in GitHub Desktop.
Save beinan/e50b171f9fe81b328d885d2f61cf6312 to your computer and use it in GitHub Desktop.
(defun dotspacemacs/user-config ()
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after
layers configuration.
This is the place where most of your configurations should be done. Unless it is
explicitly specified that a variable should be set before a package is loaded,
you should place your code here."
(add-hook 'go-mode-hook (lambda() (setq go-tab-width 2)))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment