aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/style.el
blob: 0084c704e3be478c50d5fc8491e3903cc9dc8f95 (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 . "ComicShannsMono-12"))