From 1174865ffb5378a71eb27853d2c25b5e933206d3 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 13 Jun 2024 20:28:35 +0200 Subject: [PATCH] feat: add custom setup script --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 833fc8012d195fb2a55a8f7e77de701440f73f44..e2670235cf88b76a8c7074ec513491a1b7ecdbc8 100644 --- a/init.el +++ b/init.el @@ -3,6 +3,8 @@ ;; Latex + templates ;; pdf tools +(require 'custom-setup nil t) + (add-to-list 'load-path (locate-user-emacs-file "lisp/")) (require 'functions) (require 'elpaca-loader)