increase font size
This commit is contained in:
parent
58cc357ad9
commit
bd1477f9f8
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
scrolling.history = 0;
|
scrolling.history = 0;
|
||||||
font = {
|
font = {
|
||||||
size = 10;
|
size = 12;
|
||||||
normal = {
|
normal = {
|
||||||
family = "Source Code Pro";
|
family = "Source Code Pro";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(setq doom-font (font-spec :family "Source Code Pro" :size 12 :weight 'semi-light))
|
(setq doom-font (font-spec :family "Source Code Pro" :size 13 :weight 'semi-light))
|
||||||
(setq org-directory "~/src/notes/org/")
|
(setq org-directory "~/src/notes/org/")
|
||||||
(with-eval-after-load 'treemacs
|
(with-eval-after-load 'treemacs
|
||||||
(define-key treemacs-mode-map [mouse-1] #'treemacs-single-click-expand-action))
|
(define-key treemacs-mode-map [mouse-1] #'treemacs-single-click-expand-action))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue