aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-27 02:42:17 +0200
committerGravatar Tom Willemse2016-09-27 02:42:17 +0200
commita15f8764f53738fc6203639c60f19093004d5286 (patch)
tree79ff057cbffcebe9f6ba80682ca8873effc290e6
parentdbd8338ae536239a02c26ad9dabf568601cc5589 (diff)
downloadnew-dotfiles-a15f8764f53738fc6203639c60f19093004d5286.tar.gz
new-dotfiles-a15f8764f53738fc6203639c60f19093004d5286.zip
Fix typo
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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,