diff --git a/home/emacs/init.el b/home/emacs/init.el index bb16344e..5c848442 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -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 diff --git a/home/emacs/init.org b/home/emacs/init.org index ac242117..a8a07839 100644 --- a/home/emacs/init.org +++ b/home/emacs/init.org @@ -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