summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0f080b6..f46ddee 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -751,6 +751,10 @@ around if needed."
:custom
(exwm-workspace-number 4))
+(use-package exwm-edit
+ :demand
+ :after exwm)
+
;; use the org-plus-contrib package to get the whole deal
(use-package org-plus-contrib)