emacs.d/bundle/darwin-customs.el
2019-05-02 19:40:34 +02:00

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)