From 04b82d30d2f5c1a0407d313001615e88836d9e02 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 19 Jun 2024 18:36:12 +0200 Subject: [PATCH] chore: move custom-setup.el to lisp/ subfolder --- .gitignore | 2 +- init.el | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index db5e867..12433e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Custom setup per machine -custom-setup.el +lisp/custom-setup.el custom.el # State. Thanks to no-littering diff --git a/init.el b/init.el index 4638846..39ca146 100644 --- a/init.el +++ b/init.el @@ -21,9 +21,8 @@ ;; flycheck errors jumping -(require 'custom-setup nil t) - (add-to-list 'load-path (locate-user-emacs-file "lisp/")) +(require 'custom-setup nil t) (require 'functions) (require 'elpaca-loader) -- 2.48.1