diff --git a/global.org b/global.org index 532946b..875581e 100644 --- a/global.org +++ b/global.org @@ -408,6 +408,14 @@ ;;(atomic-chrome-start-server) #+END_SRC * Settings for important major modes +** TODO split these up and incorporate them in the main file + #+BEGIN_SRC emacs-lisp + (load "init-latex.el") + (load "init-org.el") + (load "init-c++.el") + (load "init-elisp.el") + (load "init-kde-integration.el") + #+END_SRC ** elisp *** Replace last sexp I use this a lot to evaluate (e.g.) quick computations in files @@ -488,14 +496,6 @@ #+END_SRC * Leftovers - #+BEGIN_SRC emacs-lisp - ;; * include other files - (load "init-latex.el") - (load "init-org.el") - (load "init-c++.el") - (load "init-elisp.el") - (load "init-kde-integration.el") - #+END_SRC ** Leftovers #+BEGIN_SRC emacs-lisp