summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-29 19:54:38 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-29 19:54:38 +0000
commitf42c89b5b241926fbaab592e6e1063a603dc753c (patch)
tree7b4d224051c745ab252df6a1a0a22ddc2d4094da /init.el
parent973a64c11ab6246bee142e627e65467906458cfc (diff)
parent81a4e8c58baff24a49e1b4392ec9ee6906f88047 (diff)
Merge branch 'master' of github.com:yulqen/emacs
Diffstat (limited to '')
-rw-r--r--init.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/init.el b/init.el
index 591423a..d12dc46 100644
--- a/init.el
+++ b/init.el
@@ -179,13 +179,13 @@ Restart works only on graphic display."
(setq visible-bell t)
;; font
-(cond
- ((string-equal (system-name) "archdesk")
- (when (member "Hack" (font-family-list))
- (add-to-list 'default-frame-alist '(font . "Hack-14"))))
- ((string-equal (system-name) "pop_os")
- (when (member "Hack" (font-family-list))
- (add-to-list 'default-frame-alist '(font . "Hack-10")))))
+;; (cond
+;; ((string-equal (system-name) "archdesk")
+;; (when (member "Hack" (font-family-list))
+;; (add-to-list 'default-frame-alist '(font . "Hack-14"))))
+;; ((string-equal (system-name) "pop_os")
+;; (when (member "Hack" (font-family-list))
+;; (add-to-list 'default-frame-alist '(font . "Hack-10")))))
;; theme
(use-package gruber-darker-theme