diff --git a/configuration.org b/configuration.org index a262566..6fc01d5 100644 --- a/configuration.org +++ b/configuration.org @@ -23,6 +23,20 @@ (add-to-list 'load-path (expand-file-name elt site-lisp-dir)))))) #+END_SRC +* Load some prerequisites + +** Load ~xdg-paths~ + +#+BEGIN_SRC emacs-lisp +(load "xdg-paths") +#+END_SRC + +** Load the tango dark theme + +#+BEGIN_SRC emacs-lisp +(load-theme 'tango-dark t) +#+END_SRC + * Emacs configuration ** Set up the package archives @@ -94,20 +108,6 @@ Just to make sure, although most Linux DE does this for me. (set-default-coding-systems 'utf-8) #+END_SRC -* Load some prerequisites - -** Load ~xdg-paths~ - -#+BEGIN_SRC emacs-lisp -(load "xdg-paths") -#+END_SRC - -** Load the tango dark theme - -#+BEGIN_SRC emacs-lisp -(load-theme 'tango-dark t) -#+END_SRC - * Custom commands and functions ** Utility functions