Modified style settings.
This commit is contained in:
parent
6f1750f82e
commit
d97bc43e9d
2 changed files with 5 additions and 5 deletions
|
|
@ -103,9 +103,9 @@ loading as a blank slate with only the scratch buffer open.
|
|||
(setq ring-bell-function #'ignore
|
||||
inhibit-startup-screen t)
|
||||
|
||||
(push '(font . "Victor Mono-13") default-frame-alist)
|
||||
(set-face-font 'default "Victor Mono-13")
|
||||
(set-face-font 'variable-pitch "Victor Mono-13")
|
||||
(push '(font . "Cartograph CF-11") default-frame-alist)
|
||||
(set-face-font 'default "Cartograph CF-11")
|
||||
(set-face-font 'variable-pitch "Cartograph CF-11")
|
||||
|
||||
(copy-face 'default 'fixed-pitch)
|
||||
|
||||
|
|
@ -1435,7 +1435,7 @@ the future.
|
|||
:files ("*.el"))
|
||||
:no-require t
|
||||
:init
|
||||
(customize-set-variable 'frame-background-mode 'dark)
|
||||
(customize-set-variable 'frame-background-mode 'light)
|
||||
(load-theme 'solarized t))
|
||||
#+end_src
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ the future.
|
|||
:files ("*.el"))
|
||||
:no-require t
|
||||
:init
|
||||
(customize-set-variable 'frame-background-mode 'dark)
|
||||
(customize-set-variable 'frame-background-mode 'light)
|
||||
(load-theme 'solarized t))
|
||||
#+end_src
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue