index
:
dotfiles-archive
this commit
master
An archive of all my old dotfiles
venomade
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emacs-elisp
/
config
/
theme.el
blob: 8e812b55150a15bc8a57ef054bd12ccf7dfa7021 (
plain
)
1
2
3
4
5
;; Set Theme
(
load-theme
'modus-vivendi
t
)
;; Add Padding
(
set-window-margins
nil
0
)