From c33d5bf822451e12f598278f31043125a8f839ff Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 27 Apr 2018 20:44:54 +0800 Subject: tmp update --- .emacs.d/init.el~ | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.emacs.d/init.el~') diff --git a/.emacs.d/init.el~ b/.emacs.d/init.el~ index 7399dac..c63707d 100644 --- a/.emacs.d/init.el~ +++ b/.emacs.d/init.el~ @@ -41,15 +41,10 @@ ;; Bootstrap (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) -(require 'init-elpa) ;; (setq emacs-load-start-time (current-time)) -;; Theme -(load-theme 'misterioso t) -;; Make highlight color differ from the highlight line -;; (set-face-attribute 'region nil :background "#213") - (let ((file-name-handler-alist nil)) + (require 'init-elpa) (require 'init-evil) (require 'init-org) (require 'init-program-basic) @@ -59,6 +54,11 @@ (require 'init-helm) (require 'init-window-numbering)) +;; Theme +(load-theme 'misterioso t) +;; Make highlight color differ from the highlight line +(set-face-attribute 'region nil :background "#213") + ;;---------------------------------------------------------------------------- ;; Variables configured via the interactive 'customize' interface ;;---------------------------------------------------------------------------- -- cgit v1.2.3