Set emacs to be undecorated

This commit is contained in:
Evie Litherland-Smith 2023-11-10 11:35:05 +00:00
parent ca1e6f52b8
commit 9ed9e459f8
2 changed files with 4 additions and 2 deletions

View file

@ -115,8 +115,9 @@
other-window))
(advice-add command :after #'pulse-line))
(set-frame-font "Fira Code-12")
(set-frame-parameter nil 'undecorated t)
(set-frame-parameter nil 'alpha-background 80)
(set-frame-font "Fira Code-12")
;; Theme
(use-package modus-themes

View file

@ -140,8 +140,9 @@
** Theme, font and nerd-icons
#+begin_src emacs-lisp
(set-frame-font "Fira Code-12")
(set-frame-parameter nil 'undecorated t)
(set-frame-parameter nil 'alpha-background 80)
(set-frame-font "Fira Code-12")
;; Theme
(use-package modus-themes