Skip to content

Instantly share code, notes, and snippets.

@typester
Created August 11, 2013 04:10
Show Gist options
  • Save typester/6203348 to your computer and use it in GitHub Desktop.
Save typester/6203348 to your computer and use it in GitHub Desktop.
(defun hilight80 ()
(interactive)
(font-lock-add-keywords nil
'(("^[^\n]\\{80\\}\\(.*\\)$" 1 font-lock-warning-face t))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment