~ruther/emacs.d

04b82d30d2f5c1a0407d313001615e88836d9e02 — Rutherther 9 months ago 7d0c11a
chore: move custom-setup.el to lisp/ subfolder
2 files changed, 2 insertions(+), 3 deletions(-)

M .gitignore
M init.el
M .gitignore => .gitignore +1 -1
@@ 1,5 1,5 @@
# Custom setup per machine
custom-setup.el
lisp/custom-setup.el
custom.el

# State. Thanks to no-littering

M init.el => init.el +1 -2
@@ 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)


Do not follow this link