system changes

This commit is contained in:
Jacob Janzen 2024-12-22 13:39:32 -06:00
parent 2a6df46e29
commit cc60804953

View file

@ -64,12 +64,10 @@ Font definitions.
=jj/early-setup= runs all early setup functions.
#+begin_src emacs-lisp
(defun jj/early-setup ()
"Run early setup functions"
(jj/force-custom-file)
(jj/set-exec-path-from-shell-PATH)
(jj/suppress-nativecomp-errors)
(jj/setup-package-management))
(jj/force-custom-file)
(jj/set-exec-path-from-shell-PATH)
(jj/suppress-nativecomp-errors)
(jj/setup-package-management)
#+end_src
** Appearance