diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-03-19 17:33:25 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-03-19 17:33:25 -0700 |
commit | fdf9eec068e49397faf718517ff79428ffda09fa (patch) | |
tree | 81cdfcfaf1c47e27d5fc821efda51bbb75affb31 /emacs.d/custom/fcuny-make.el | |
parent | emacs: move/delete some functions (diff) | |
download | emacs.d-fdf9eec068e49397faf718517ff79428ffda09fa.tar.gz |
emacs: merge configuration related to prog-mode
For the various prog-mode, merge the configuration into a single file so that it's easier to maintain (I guess ?)
Diffstat (limited to 'emacs.d/custom/fcuny-make.el')
-rw-r--r-- | emacs.d/custom/fcuny-make.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs.d/custom/fcuny-make.el b/emacs.d/custom/fcuny-make.el deleted file mode 100644 index 2479f62..0000000 --- a/emacs.d/custom/fcuny-make.el +++ /dev/null @@ -1,6 +0,0 @@ -(use-package make-mode - :after (flycheck flyspell) - :config - (add-hook 'makefile-mode-hook (lambda () (setq-local tab-width 2)))) - -(provide 'fcuny-make) |