Change default face
This commit is contained in:
parent
61de602f92
commit
17cddeae62
23
config.org
23
config.org
@ -75,12 +75,6 @@
|
|||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
I like a little more line spacing than default.
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(setq-default line-spacing 0.2)
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
Also, the menu-, tool- and scroll-bar are ugly, take up space and I
|
Also, the menu-, tool- and scroll-bar are ugly, take up space and I
|
||||||
don't use them.
|
don't use them.
|
||||||
|
|
||||||
@ -103,6 +97,23 @@
|
|||||||
(other-window -1)))
|
(other-window -1)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Font
|
||||||
|
I find serif fonts much nicer to read, so change the default face
|
||||||
|
to a serif font:
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(set-face-attribute 'default nil
|
||||||
|
:family "Courier 10 Pitch"
|
||||||
|
:height 100)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
I also like a little more line spacing than default, again makes
|
||||||
|
code nicer to read.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq-default line-spacing 0.2)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Colour Scheme
|
** Colour Scheme
|
||||||
Currently using =spacemacs-theme='s light variant.
|
Currently using =spacemacs-theme='s light variant.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user