Skip to content

Instantly share code, notes, and snippets.

@Idorobots
Created October 10, 2012 17:24
Show Gist options
  • Select an option

  • Save Idorobots/3867068 to your computer and use it in GitHub Desktop.

Select an option

Save Idorobots/3867068 to your computer and use it in GitHub Desktop.
Tool tips
(setq mode-line-format
(list ;; ...
'(:propertize "%@" help-echo (concat "Default directory is: "
default-directory)
mouse-face mode-line-highlight)
;; ...
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment