summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-06 20:30:09 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-06 20:30:09 -0400
commit5a92b319ce890c206fe627ad11cd6200663d98cd (patch)
tree7d0b3822e3f758b4846adb041badd879476f63ac
parentcbe95dea5068fa849d3316ce298622fc05725436 (diff)
downloadconfigs-5a92b319ce890c206fe627ad11cd6200663d98cd.tar.gz
configs-5a92b319ce890c206fe627ad11cd6200663d98cd.tar.xz
configs-5a92b319ce890c206fe627ad11cd6200663d98cd.zip
emacs: add exwm-edit
-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)