diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-22 13:39:32 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-22 13:39:32 -0600 |
commit | cc6080495333a6f5df9d2c864b0cf3c771d18cdc (patch) | |
tree | 2bbfac0f7077d06a6504bc97e46ad721293e80dc /common | |
parent | 2a6df46e29e4605243f02fa43f68fbcd538ea012 (diff) |
system changes
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/init.el.org | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 4590a18..247c02d 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -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 |