whoops
This commit is contained in:
parent
4dbba6b9c0
commit
037314b051
|
@ -1244,11 +1244,12 @@ Export and then view with emacs :)
|
||||||
I'm scared
|
I'm scared
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
(defvar is-exwm nil
|
(defcustom is-exwm nil
|
||||||
"Toggle if EXWM is being used")
|
"Toggle if EXWM is being used"
|
||||||
|
:type 'boolean)
|
||||||
|
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(if '(is-exwm)
|
(when is-exwm
|
||||||
(use-package exwm
|
(use-package exwm
|
||||||
:config
|
:config
|
||||||
(set-frame-parameter nil 'alpha '(90 . 90))
|
(set-frame-parameter nil 'alpha '(90 . 90))
|
||||||
|
|
Loading…
Reference in a new issue