From f784b527ff18335f04246daa11c9be82a2985d34 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 25 Mar 2018 17:26:38 -0400 Subject: [PATCH] Bubble up includes These need to be split and processed separately --- global.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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