summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-v2/emacs-custom.el
blob: 89bc0fc3b8b76ca18054ac080e6490a392290aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(custom-safe-themes
   '("88267200889975d801f6c667128301af0bc183f3450c4b86138bfb23e8a78fb1"
     default))
 '(safe-local-variable-values '((checkdoc-package-keywords-flag))))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(default ((t (:family "Iosevka" :height 150))))
 '(variable-pitch ((t (:family "Noto Serif" :height 150)))))