diff --git a/home/emacs/init.el b/home/emacs/init.el index e9efebf8..6ac0d8fc 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -122,7 +122,6 @@ other-window)) (advice-add command :after #'pulse-line)) -(set-frame-parameter nil 'undecorated t) (set-frame-parameter nil 'alpha-background 80) (set-frame-font "Fira Code-12") diff --git a/home/emacs/init.org b/home/emacs/init.org index 508727fd..e4295d3c 100644 --- a/home/emacs/init.org +++ b/home/emacs/init.org @@ -150,7 +150,6 @@ ** Theme, font and nerd-icons #+begin_src emacs-lisp - (set-frame-parameter nil 'undecorated t) (set-frame-parameter nil 'alpha-background 80) (set-frame-font "Fira Code-12")