Author: Honza Pokorny <me@honza.ca>
[spacemacs] new layers <3
spacemacs | 13 +++++++++----
diff --git a/spacemacs b/spacemacs index f2e84fb2127e02b16097f09407f52c3219be7b75..af29101c09b689736b8cafb271648b63b6bc42e6 100644 --- a/spacemacs +++ b/spacemacs @@ -71,12 +71,18 @@ version-control yaml chrome xkcd + typescript + prettier + docker + restclient + epub + finance (spell-checking :variables spell-checking-enable-by-default nil)) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these ;; packages then consider to create a layer, you can also put the ;; configuration in `dotspacemacs/config'. - dotspacemacs-additional-packages '(prettier-js forge) + dotspacemacs-additional-packages '(forge) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() ;; A list of packages and/or extensions that will not be install and loaded. @@ -331,9 +337,8 @@ web-mode-attr-indent-offset 2) (add-hook 'js2-mode-hook 'js2-mode-toggle-warnings-and-errors) - ;; Go - - (add-hook 'go-mode-hook #'hs-minor-mode) + ;; Golang + (setq go-format-before-save t) ;; Clojure