Move prerequisite loading before the configuration part
This commit is contained in:
parent
885219a7ac
commit
83e33f9135
@ -23,6 +23,20 @@
|
|||||||
(add-to-list 'load-path (expand-file-name elt site-lisp-dir))))))
|
(add-to-list 'load-path (expand-file-name elt site-lisp-dir))))))
|
||||||
#+END_SRC
|
#+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
|
* Emacs configuration
|
||||||
|
|
||||||
** Set up the package archives
|
** 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)
|
(set-default-coding-systems 'utf-8)
|
||||||
#+END_SRC
|
#+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
|
* Custom commands and functions
|
||||||
|
|
||||||
** Utility functions
|
** Utility functions
|
||||||
|
Loading…
Reference in New Issue
Block a user