Skip to content

Instantly share code, notes, and snippets.

@don9z
Created February 24, 2012 14:01
Show Gist options
  • Save don9z/1901104 to your computer and use it in GitHub Desktop.
Save don9z/1901104 to your computer and use it in GitHub Desktop.
Unitalic comment font in c-mode
(add-hook 'c-mode-common-hook
(lambda ()
(make-face-unitalic 'font-lock-comment-face)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment