Skip to content

Commit

Permalink
make emacs transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-coe-renner committed Aug 21, 2024
1 parent a1a844f commit 0820c70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dot_emacs.d/emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Set seperate custom file so that custom settings don't get overwritten by org-ba
(recentf-max-menu-items 25)
(recentf-max-saved-items 25)
(initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
(dashboard-startup-banner 'official)
(dashboard-startup-banner 3)
(dashboard-set-heading-icons t)
(dashboard-set-file-icons t)
(dashboard-set-init-info t)
Expand Down Expand Up @@ -776,6 +776,11 @@ Set gui settings, theme, fonts, etc
(tool-bar-mode -1)
(setq inhibit-startup-screen t)

(set-frame-parameter nil 'alpha-background 70)

(add-to-list 'default-frame-alist '(alpha-background . 70))


(use-package all-the-icons
:straight t
)
Expand Down

0 comments on commit 0820c70

Please sign in to comment.