From fdf9eec068e49397faf718517ff79428ffda09fa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Mar 2020 17:33:25 -0700 Subject: 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 ?) --- emacs.d/custom/fcuny-make.el | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 emacs.d/custom/fcuny-make.el (limited to 'emacs.d/custom/fcuny-make.el') 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) -- cgit 1.4.1