summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-exwm.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-exwm.el')
-rw-r--r--custom/jao-custom-exwm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index 2f2bb7f..f0e21da 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -5,10 +5,11 @@
;;; Load and basic config
(defvar jao-exwm--use-afio t)
-(jao-load-path "exwm")
+;; (jao-load-path "exwm")
(use-package exwm
:ensure t
+ :demand t
:init (setq exwm-debug nil
exwm-workspace-number 1
exwm-workspace-show-all-buffers t
@@ -20,7 +21,6 @@
x-no-window-manager t))
(use-package exwm-edit :ensure t)
-(require 'exwm)
;;; Frame(s) as workspaces
(defun jao-exwm--new-frame-p ()