From: Amin Bandali Date: Sat, 7 Sep 2019 00:30:09 +0000 (-0400) Subject: emacs: add exwm-edit X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5a92b319ce890c206fe627ad11cd6200663d98cd?ds=inline;pf=~bandali emacs: add exwm-edit --- 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)