(use-package make-mode :after (flycheck flyspell) :config (add-hook 'makefile-mode-hook (lambda () (setq-local tab-width 2)))) (provide 'fcuny-make)