summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index a3a16ff..d22d942 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -38,8 +38,6 @@
(require 'use-package)
(setq use-package-verbose t))
-(require 'fcuny-commands)
-
(require 'fcuny-settings)
(require 'fcuny-ui)
(require 'fcuny-defuns)
@@ -54,6 +52,8 @@
(require 'fcuny-tramp)
(require 'fcuny-notmuch)
+(require 'fcuny-commands)
+
;; once we're done initializing the configuration, we start a shell
;; session with eshell.
(fcuny/eshell-main)