Bubble up includes

These need to be split and processed separately
master
Jacopo De Simoi 8 years ago
parent 425f7d595d
commit f784b527ff
  1. 16
      global.org

@ -408,6 +408,14 @@
;;(atomic-chrome-start-server) ;;(atomic-chrome-start-server)
#+END_SRC #+END_SRC
* Settings for important major modes * 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 ** elisp
*** Replace last sexp *** Replace last sexp
I use this a lot to evaluate (e.g.) quick computations in files I use this a lot to evaluate (e.g.) quick computations in files
@ -488,14 +496,6 @@
#+END_SRC #+END_SRC
* Leftovers * 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 ** Leftovers
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save