mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Use 14 point font.
This commit is contained in:
parent
d640f58f48
commit
c86af85fb8
2
init.el
2
init.el
@ -371,7 +371,7 @@ PACKAGE is installed and the current version is deleted."
|
|||||||
;; Use the [[http://www.levien.com/type/myfonts/inconsolata.html][Inconsolata]] font if it's installed on the system.
|
;; Use the [[http://www.levien.com/type/myfonts/inconsolata.html][Inconsolata]] font if it's installed on the system.
|
||||||
|
|
||||||
(when (member "Inconsolata" (font-family-list))
|
(when (member "Inconsolata" (font-family-list))
|
||||||
(set-face-attribute 'default nil :font "Inconsolata-13"))
|
(set-face-attribute 'default nil :font "Inconsolata-14"))
|
||||||
|
|
||||||
;; Ido
|
;; Ido
|
||||||
|
|
||||||
|
4
init.org
4
init.org
@ -463,15 +463,13 @@
|
|||||||
(interactive)
|
(interactive)
|
||||||
;; Rotates the thme cycle and changes the current theme.
|
;; Rotates the thme cycle and changes the current theme.
|
||||||
(load-theme (car (setq themes (cdr themes))) t))))
|
(load-theme (car (setq themes (cdr themes))) t))))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Use the [[http://www.levien.com/type/myfonts/inconsolata.html][Inconsolata]] font if it's installed on the system.
|
Use the [[http://www.levien.com/type/myfonts/inconsolata.html][Inconsolata]] font if it's installed on the system.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(when (member "Inconsolata" (font-family-list))
|
(when (member "Inconsolata" (font-family-list))
|
||||||
(set-face-attribute 'default nil :font "Inconsolata-13"))
|
(set-face-attribute 'default nil :font "Inconsolata-14"))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
# [[https://github.com/milkypostman/powerline][Powerline]] is an extension to customize the mode line. This is modified
|
# [[https://github.com/milkypostman/powerline][Powerline]] is an extension to customize the mode line. This is modified
|
||||||
|
Loading…
Reference in New Issue
Block a user