Aesthetic fixes

This commit is contained in:
Dimitri Lozeve 2023-12-08 20:44:12 +01:00
parent 8fa915d0ad
commit 852b11612d

View file

@ -22,6 +22,8 @@
(setq ns-right-alternate-modifier nil (setq ns-right-alternate-modifier nil
ns-command-modifier 'meta) ns-command-modifier 'meta)
(setq frame-resize-pixelwise t)
;; Dired human readable sizes ;; Dired human readable sizes
(setq dired-listing-switches "-alh") (setq dired-listing-switches "-alh")
@ -57,7 +59,7 @@
'((c-mode . doxygen) '((c-mode . doxygen)
(c++-mode . doxygen))) (c++-mode . doxygen)))
(let ((my-font "Iosevka") (let ((my-font "Iosevka Fixed")
(my-height 130)) (my-height 130))
(set-face-attribute 'default nil :family my-font :height my-height) (set-face-attribute 'default nil :family my-font :height my-height)
(set-face-attribute 'fixed-pitch nil :family my-font :height my-height)) (set-face-attribute 'fixed-pitch nil :family my-font :height my-height))