summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el~
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2018-04-27 20:44:54 +0800
committerSteve Lee <me@xiangyangli.com>2018-04-27 20:44:54 +0800
commitc33d5bf822451e12f598278f31043125a8f839ff (patch)
tree3d686f7643b96c04885ea895dc81c47a7cfd9f67 /.emacs.d/init.el~
parent3dca1e570b25ad6133b6724073fd1549763260c6 (diff)
downloaddotfiles-c33d5bf822451e12f598278f31043125a8f839ff.tar.xz
dotfiles-c33d5bf822451e12f598278f31043125a8f839ff.zip
tmp update
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
;;----------------------------------------------------------------------------