Explicitly load the tango-dark theme
This commit is contained in:
parent
f52461117e
commit
1dbda736bb
@ -68,6 +68,12 @@ Just to make sure, although most Linux DE does this for me.
|
|||||||
(load "xdg-paths")
|
(load "xdg-paths")
|
||||||
#+END_SRC
|
#+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