Always gotham.

This commit is contained in:
Ivan Malison 2014-11-09 22:20:53 -08:00
parent fe9a06eebc
commit 1ddbea2c1a

View File

@ -120,6 +120,7 @@
(add-hook 'after-init-hook '(lambda () (setq debug-on-error t))) (add-hook 'after-init-hook '(lambda () (setq debug-on-error t)))
(add-hook 'after-init-hook #'global-flycheck-mode) (add-hook 'after-init-hook #'global-flycheck-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
;; ============================================================================= ;; =============================================================================
;; Mode Hooks ;; Mode Hooks
@ -424,7 +425,7 @@ buffer is not visiting a file."
;; (defvar light-themes '(zenburn solarized-light)) ;; (defvar light-themes '(zenburn solarized-light))
(defvar dark-themes '(gotham)) (defvar dark-themes '(gotham))
(defvar light-themes '(zenburn)) (defvar light-themes '(gotham))
(defun random-choice (choices) (defun random-choice (choices)
(nth (random (length choices)) choices)) (nth (random (length choices)) choices))
@ -456,3 +457,5 @@ buffer is not visiting a file."
;; enable to set theme based on time of day. ;; enable to set theme based on time of day.
(run-at-time "00:00" 3600 'set-theme) (run-at-time "00:00" 3600 'set-theme)
(message fringe-query-style)
(set-fringe-style '(0 . 0))