6 lines
290 B
EmacsLisp
6 lines
290 B
EmacsLisp
(if (eq system-type 'darwin)
|
|
(add-to-list 'default-frame-alist '(font . "Hack Nerd Font Mono-13"))
|
|
(add-to-list 'default-frame-alist '(height . 100))
|
|
(add-to-list 'default-frame-alist '(width . 80))
|
|
(global-hl-line-mode 'global-hl-line-highlight))
|
|
(provide 'darwin-customs)
|