Skip to content

Instantly share code, notes, and snippets.

@tripleee
Created June 30, 2015 05:08
Show Gist options
  • Save tripleee/6c560e7027d13fe30afe to your computer and use it in GitHub Desktop.
Save tripleee/6c560e7027d13fe30afe to your computer and use it in GitHub Desktop.
Comments in Make commands are fine
;; http://emacs.stackexchange.com/questions/7734/why-are-leading-spaces-colored-before-comments-in-makefile-mode
(setq makefile-font-lock-keywords
(delq (assoc "^\t+#" makefile-font-lock-keywords)
makefile-font-lock-keywords))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment