Skip to content

Instantly share code, notes, and snippets.

@Idorobots
Created October 10, 2012 17:30
Show Gist options
  • Save Idorobots/3867095 to your computer and use it in GitHub Desktop.
Save Idorobots/3867095 to your computer and use it in GitHub Desktop.
Mode-line images
(defvar some-image (create-image "foo.xpm" 'xpm nil
:ascent 'center))
(setq mode-line-format
(list ;; ...
'(:eval (propertize "unimportant" 'display some-image))
;; ...
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment