aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/style.el
blob: 9ae5ea94f52d86607062c481bd839d9b4dfbbd4a (plain)
1
2
3
4
5
6
7
;; theme
(use-package doom-themes
  :config
  (load-theme 'doom-one t))

;; font
(add-to-list 'default-frame-alist '(font . "ComicMono-12"))