Skip to content

Commit

Permalink
Add which-func for which-function-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmurray committed Dec 6, 2012
1 parent 5e970a8 commit 8eae953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ names to which it refers are bound."
(ido-indicator ((,class (:foreground ,red :background ,background))))
(ido-virtual ((,class (:foreground ,comment))))

;; which-function
(which-func ((,class (:foreground ,blue :background nil :weight bold))))

;; Emacs interface
(cursor ((,class (:background ,red))))
(fringe ((,class (:background ,current-line))))
Expand Down

0 comments on commit 8eae953

Please sign in to comment.