Skip to content

Instantly share code, notes, and snippets.

@Idorobots
Created October 10, 2012 17:09
Show Gist options
  • Save Idorobots/3866974 to your computer and use it in GitHub Desktop.
Save Idorobots/3866974 to your computer and use it in GitHub Desktop.
Mode-line format
(setq mode-line-format
(list '(:eval (message "Using `message' here is a bad idea..."))
'(:propertize " No really. Stop it!"
face font-lock-warning-face)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment