From 5a92b319ce890c206fe627ad11cd6200663d98cd Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 6 Sep 2019 20:30:09 -0400 Subject: [PATCH] emacs: add exwm-edit --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.20.1