Commit d49b0d1609db

Vincent Demeester <vincent+git@demeester.fr>
2014-03-05 09:42:24
Update theme (using junio)
1 parent 18dc250
Changed files (1)
.emacs.d
.emacs.d/init.el
@@ -97,7 +97,9 @@
 (mouse-avoidance-mode 'jump)                ; move the mouse away
 (setq font-lock-maximum-decoration 2) ; faster font-lock-mode
 (set-default 'indicate-buffer-boundaries '((up . nil) (down . nil) (t . left)))
-(require 'naquadah-theme)
+
+;; Load the theme
+(load-theme 'junio t)
 
 ;; Behaviour
 (setq mouse-yank-at-point t                ; Yank where the point currently is