diff options
Diffstat (limited to '.emacs.d/init.el~')
| -rw-r--r-- | .emacs.d/init.el~ | 12 |
1 files changed, 6 insertions, 6 deletions
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 ;;---------------------------------------------------------------------------- |
