Adapt settings for macOS
This commit is contained in:
parent
6dd8214227
commit
18bf25e719
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
@ -19,6 +19,9 @@
|
|||
|
||||
(setq auto-window-vscroll nil)
|
||||
|
||||
(setq ns-right-alternate-modifier nil
|
||||
ns-command-modifier 'meta)
|
||||
|
||||
;; Dired human readable sizes
|
||||
(setq dired-listing-switches "-alh")
|
||||
|
||||
|
@ -55,7 +58,7 @@
|
|||
(c++-mode . doxygen)))
|
||||
|
||||
(let ((my-font "Iosevka")
|
||||
(my-height 120))
|
||||
(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