Merge branch 'main' of ssh://git.annabunches.net:2222/annabunches/config

This commit is contained in:
Anna Wiggins 2023-09-18 13:29:29 -04:00
commit b2c2c6b2a0
2 changed files with 329 additions and 0 deletions

View file

@ -82,3 +82,7 @@
(require 'py-autopep8)
(add-hook 'python-mode-hook 'py-autopep8-enable-on-save)
(add-to-list 'load-path "~/.emacs.d/local/")
(require 'kos-mode)
(setq kos-indent 2)