Changed emacs color theme

This commit is contained in:
Tom Willemsen 2011-01-13 09:30:16 +01:00
parent cfb0a6212e
commit c177e6e219
2 changed files with 5 additions and 2 deletions

6
emacs
View file

@ -6,7 +6,8 @@
(require 'autopair)
(require 'color-theme)
(require 'flymake)
(require 'zenburn)
(require 'color-theme-gruber-darker)
;(require 'zenburn)
;(require 'lua-mode)
(require 'tabbar)
(require 'minimap)
@ -95,7 +96,8 @@
;; Color theme
;;(require 'color-theme-weirdness)
(color-theme-zenburn)
;(color-theme-zenburn)
(color-theme-gruber-darker)
;; Test for frame fonts
(defun setup-system-frame-colours (&rest frame)

1
emacs.d/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
tramp