summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-04 23:28:35 -0500
committerCase Duckworth2021-05-04 23:28:35 -0500
commit4c8d004ea842097c14a7b3eb17086f461e638fcb (patch)
treec2ed23a40a17d3b5f326d0f807bdc2552f328221 /init.el
parentChange function name (diff)
downloademacs-4c8d004ea842097c14a7b3eb17086f461e638fcb.tar.gz
emacs-4c8d004ea842097c14a7b3eb17086f461e638fcb.zip
Add flymake-mode to prog-mode-hook
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 29f4a53..aadd762 100644 --- a/init.el +++ b/init.el
@@ -401,6 +401,7 @@
401 401
402 (:hook show-paren-mode 402 (:hook show-paren-mode
403 electric-pair-local-mode 403 electric-pair-local-mode
404 flymake-mode
404 acdw/setup-fringes) 405 acdw/setup-fringes)
405 406
406 (add-hook 'after-save-hook 407 (add-hook 'after-save-hook