Show tabs in Makefiles
This commit is contained in:
parent
66e3965549
commit
5a31a640f5
1 changed files with 10 additions and 0 deletions
|
@ -667,6 +667,16 @@ To start off, first I need to enable lexical binding.
|
||||||
(add-hook 'web-mode-hook 'oni-whitespace-only-tabs-mode)
|
(add-hook 'web-mode-hook 'oni-whitespace-only-tabs-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Makefile
|
||||||
|
|
||||||
|
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,
|
||||||
|
however.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-hook 'makefile-mode-hook 'oni-whitespace-only-tabs-mode)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Applications
|
* Applications
|
||||||
|
|
||||||
** Magit
|
** Magit
|
||||||
|
|
Loading…
Reference in a new issue