dotfiles/emacs.d/init.el

8 lines
321 B
EmacsLisp

(custom-set-variables
'(custom-enabled-themes (quote (tango-dark)))
'(global-display-line-numbers-mode t)
'(show-paren-mode t))
(custom-set-faces
'(default ((t (:family "Fira Code" :foundry "CTDB" :slant normal :weight normal :height 90 :width normal)))))
(when window-system (set-frame-size (selected-frame) 85 60))