emacs.d/bundle/darwin-customs.el

7 lines
290 B
EmacsLisp
Raw Normal View History

2019-05-02 19:40:34 +02:00
(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)