system changes
This commit is contained in:
parent
0c8ed5f294
commit
bb32c6656e
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue