summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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