diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2021-12-19 03:42:55 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2021-12-19 03:42:55 -0500 |
commit | feaacb441dc37778205f2d1d1f77dcff2a1cc7f7 (patch) | |
tree | 012e7248e36574be615ece5f64d230214e1b95eb /.spacemacs | |
parent | 0105fe48fcbc8761d9f4137e60acf17164a914a3 (diff) | |
download | dogfiles-feaacb441dc37778205f2d1d1f77dcff2a1cc7f7.tar.gz |
some minor changes accumulated
Diffstat (limited to '.spacemacs')
-rw-r--r-- | .spacemacs | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/.spacemacs b/.spacemacs index bdd153a..0d9b9c3 100644 --- a/.spacemacs +++ b/.spacemacs @@ -33,19 +33,19 @@ This function should only modify configuration layer settings." ;; List of configuration layers to load. dotspacemacs-configuration-layers '( - asciidoc - c-c++ - d - (elixir :variables elixir-backend 'lsp elixir-ls-path "$HOME/.emacs.opt/elixir-ls") - go + ;;asciidoc + ;;c-c++ + ;;d + ;;(elixir :variables elixir-backend 'lsp elixir-ls-path "$HOME/.emacs.opt/elixir-ls") + ;;go html markdown - python - racket - rust + ;;python + ;;racket + ;;rust shell-scripts yaml - zig + ;;zig ;; ---------------------------------------------------------------- ;; Example of useful layers you may want to use right away. ;; Uncomment some layer names and press `SPC f e R' (Vim style) or @@ -63,6 +63,7 @@ This function should only modify configuration layer settings." ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) + perl5 spell-checking syntax-checking version-control @@ -507,7 +508,7 @@ before packages are loaded." (setq rust-format-on-save t) - (spacemacs/toggle-evil-safe-lisp-structural-editing-on-register-hook-racket-mode) + ;;(spacemacs/toggle-evil-safe-lisp-structural-editing-on-register-hook-racket-mode) ) |