Skip to content

Commit

Permalink
added rainbow-mode switch for editing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Mar 24, 2013
1 parent 736de20 commit 5280b5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion soothe-theme.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
;;; soothe-theme.el --- a dark colorful theme for Emacs24.
;;; Author: Jason Milkins <jasonm23@gmail.com>
;;; Url: https://github.com/jasonm23/emacs-soothe-theme
;;; Version: 0.3.10
;;; Version: 0.3.11
;;;
;;; Changelog:
;;; 0.3.11 : Added rainbow-mode switch for editing
;;; 0.3.10 : Themed Mode line emphasis
;;; 0.3.9 : Slightly improved dired support
;;; 0.3.8 : Added support for isearch
Expand Down Expand Up @@ -735,4 +736,8 @@
;;; yas--field-debug-face
;;; yas-field-highlight-face

;; Local Variables:
;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode +1))
;; End:

;;; soothe-theme.el ends here

0 comments on commit 5280b5a

Please sign in to comment.