summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/init.el b/init.el
index b74e940..447d900 100644
--- a/init.el
+++ b/init.el
@@ -28,12 +28,8 @@
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(load custom-file)
-;; sublime-themes must be installed
-(load-theme 'spolsky t)
-(set-cursor-color "White")
-(setq cursor-type 'box)
-(setq evil-default-cursor '("white" box))
-(set-background-color "#181818")
+(setq frame-background-mode 'light)
+(load-theme 'solarized t)
(set-default-font "DejaVu Sans Mono")
(add-hook 'haskell-mode-hook