aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2022-03-21 13:02:20 -0700
committerRaúl Benencia <rul@kalgan.cc>2022-03-21 13:02:24 -0700
commitda1cb8e6e21a6dabc8720355ce3bb3bd8a721960 (patch)
tree53f681977aafbca813616aa8ce93ed8834fd2b1d
parent1cc6e5dccb7305f391048a276fb6fc73d28f08ac (diff)
emacs: No longer use JetBrains
-rw-r--r--.emacs.local.d/modes/themes.el23
1 files changed, 0 insertions, 23 deletions
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el
index 4e08825..d690b22 100644
--- a/.emacs.local.d/modes/themes.el
+++ b/.emacs.local.d/modes/themes.el
@@ -1,24 +1 @@
(load-theme 'doom-tomorrow-night t)
-;(set-frame-parameter (selected-frame) 'alpha '(98 . 98))
-;(add-to-list 'default-frame-alist '(alpha . (98 . 98)))
-
-;; Fonts
-;; Set the font face based on platform
-(pcase system-type
- ((or 'gnu/linux 'windows-nt 'cygwin)
- (set-face-attribute 'default nil
- :font "JetBrains Mono"
- :weight 'light
- :height 160))
- ('darwin (set-face-attribute 'default nil :font "Fira Mono" :height 160)))
-
-;; Set the fixed pitch face
-(set-face-attribute 'fixed-pitch nil
- :font "JetBrains Mono"
- :weight 'light)
-
-;; Set the variable pitch face
-(set-face-attribute 'variable-pitch nil
- ;; :font "Cantarell"
- :font "JetBrains Mono"
- :weight 'light)
nihil fit ex nihilo