diff --git a/init.el b/init.el index 1b213ca..854bc40 100644 --- a/init.el +++ b/init.el @@ -58,6 +58,11 @@ :repo "devraza/hazakura-emacs")) (load-theme 'hazakura t) +;; Load user configuration +(add-to-list 'load-path (concat user-emacs-directory + (convert-standard-filename "../diancite/"))) +(load "init") + ;; Load the code of some external files (load "interface") (load "editor") @@ -65,11 +70,6 @@ (load "keybinds") (load "languages") -;; Load user configuration -(add-to-list 'load-path (concat user-emacs-directory - (convert-standard-filename "../diancite/"))) -(load "init") - ;; Make gc pauses faster by decreasing the threshold. (setq gc-cons-threshold (* 2 1000 1000))