summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-v2/emacs-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs-v2/emacs-custom.el')
-rw-r--r--emacs/.config/emacs-v2/emacs-custom.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/emacs/.config/emacs-v2/emacs-custom.el b/emacs/.config/emacs-v2/emacs-custom.el
new file mode 100644
index 0000000..89bc0fc
--- /dev/null
+++ b/emacs/.config/emacs-v2/emacs-custom.el
@@ -0,0 +1,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)))))