Commit d49b0d1609db
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