Explicitly load the tango-dark theme

This commit is contained in:
Gergely Polonkai 2018-09-28 11:00:36 +02:00
parent f52461117e
commit 1dbda736bb
1 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,12 @@ Just to make sure, although most Linux DE does this for me.
(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