Browse Source

for now default theme for linux is tango

master
Marc 4 years ago
parent
commit
beede1da35
1 changed files with 1 additions and 1 deletions
  1. 2
      init.org

2
init.org

@ -211,7 +211,7 @@ Some windows specific stuff
Windows Theme:
#+BEGIN_SRC emacs-lisp
(when *sys/windows*
(when (or *sys/windows* *sys/linux*)
(load-theme 'tango))
#+END_SRC
** line wrappings

Loading…
Cancel
Save