summaryrefslogtreecommitdiff
path: root/config/emacs.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-10-06 16:05:07 -0700
committerPreston Pan <ret2pop@gmail.com>2025-10-06 16:05:07 -0700
commit841c06b106ad501643c35f48f2ced1c2d6a78641 (patch)
tree76e32ab8f43ebd79bce73b9b06b03a0e56d8a3ce /config/emacs.org
parent8a036cf21982210045685fe748afaf6be5aef042 (diff)
working version before flake update
Diffstat (limited to 'config/emacs.org')
-rw-r--r--config/emacs.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/emacs.org b/config/emacs.org
index 7cb2abd..da749e0 100644
--- a/config/emacs.org
+++ b/config/emacs.org
@@ -113,8 +113,8 @@ Emacs is self documenting, after all!
;; load theme, fonts, and transparency. Prettify symbols.
(global-prettify-symbols-mode 1)
(set-face-attribute 'default nil :font "Iosevka Nerd Font" :height 130)
- (set-frame-parameter nil 'alpha-background 90)
- (add-to-list 'default-frame-alist '(alpha-background . 90)))
+ (set-frame-parameter nil 'alpha-background 70)
+ (add-to-list 'default-frame-alist '(alpha-background . 70)))
#+end_src
As you can see, the config (and sometimes the init section) of most of these use-package blocks
contain most of the imperative commands. In fact, most of the configurations are completely