From 23c85ec46f54a2eeb5d72d13c51281bd68648888 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Mar 2022 07:00:48 -0700 Subject: init: load custom commands last --- emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs') 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) -- cgit 1.4.1