Aesthetic fixes
This commit is contained in:
parent
8fa915d0ad
commit
852b11612d
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
@ -22,6 +22,8 @@
|
|||
(setq ns-right-alternate-modifier nil
|
||||
ns-command-modifier 'meta)
|
||||
|
||||
(setq frame-resize-pixelwise t)
|
||||
|
||||
;; Dired human readable sizes
|
||||
(setq dired-listing-switches "-alh")
|
||||
|
||||
|
@ -57,7 +59,7 @@
|
|||
'((c-mode . doxygen)
|
||||
(c++-mode . doxygen)))
|
||||
|
||||
(let ((my-font "Iosevka")
|
||||
(let ((my-font "Iosevka Fixed")
|
||||
(my-height 130))
|
||||
(set-face-attribute 'default nil :family my-font :height my-height)
|
||||
(set-face-attribute 'fixed-pitch nil :family my-font :height my-height))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue