diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index dad489c..fc34981 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -683,7 +683,7 @@ To start off, first I need to enable lexical binding. (add-hook 'web-mode-hook 'oni-whitespace-only-tabs-mode) #+END_SRC -** Makefile +** Makefile mode Show tabs in Makefiles. Tabs are required at the beginning of any non-continuation line in a recipe. I don't use it for indenting,