system changes

This commit is contained in:
Jacob Janzen 2024-12-22 13:42:16 -06:00
parent 0c8ed5f294
commit bb32c6656e

View file

@ -62,7 +62,7 @@ Font definitions.
(setq straight-use-package-by-default t))
#+end_src
=jj/early-setup= runs all early setup functions.
Run the early setup right away.
#+begin_src emacs-lisp
(jj/force-custom-file)
(jj/set-exec-path-from-shell-PATH)
@ -584,3 +584,12 @@ Font definitions.
(tree-sitter-mode 1)
(tree-sitter-hl-mode 1))))))
#+end_src
** Main
#+begin_src emacs-lisp
(jj/appearance)
(jj/behaviour)
(jj/tools)
(jj/languages)
#+end_src