diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-29 19:54:38 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-29 19:54:38 +0000 |
commit | f42c89b5b241926fbaab592e6e1063a603dc753c (patch) | |
tree | 7b4d224051c745ab252df6a1a0a22ddc2d4094da /init.el | |
parent | 973a64c11ab6246bee142e627e65467906458cfc (diff) | |
parent | 81a4e8c58baff24a49e1b4392ec9ee6906f88047 (diff) |
Merge branch 'master' of github.com:yulqen/emacs
Diffstat (limited to '')
-rw-r--r-- | init.el | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |