Set emacs to be undecorated
This commit is contained in:
parent
ca1e6f52b8
commit
9ed9e459f8
|
@ -115,8 +115,9 @@
|
||||||
other-window))
|
other-window))
|
||||||
(advice-add command :after #'pulse-line))
|
(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-parameter nil 'alpha-background 80)
|
||||||
|
(set-frame-font "Fira Code-12")
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
|
|
|
@ -140,8 +140,9 @@
|
||||||
|
|
||||||
** Theme, font and nerd-icons
|
** Theme, font and nerd-icons
|
||||||
#+begin_src emacs-lisp
|
#+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-parameter nil 'alpha-background 80)
|
||||||
|
(set-frame-font "Fira Code-12")
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
|
|
Loading…
Reference in a new issue