This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; Assumptions: | |
;; | |
;; - Solarized (dark) theme has already been loaded | |
;; https://github.com/sellout/emacs-color-theme-solarized | |
;; | |
;; - Nicks in ERC buffer before running this code may look weird. | |
;; New activity in ERC buffer after running this code should look OK. | |
(defun mwolson/make-erc-themeable () | |
(interactive) |
NewerOlder