diff options
| author | Amin Bandali <bandali@gnu.org> | 2019-09-06 20:30:09 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2019-09-06 20:30:09 -0400 | 
| commit | 5a92b319ce890c206fe627ad11cd6200663d98cd (patch) | |
| tree | 7d0b3822e3f758b4846adb041badd879476f63ac | |
| parent | cbe95dea5068fa849d3316ce298622fc05725436 (diff) | |
| download | configs-5a92b319ce890c206fe627ad11cd6200663d98cd.tar.gz configs-5a92b319ce890c206fe627ad11cd6200663d98cd.tar.xz configs-5a92b319ce890c206fe627ad11cd6200663d98cd.zip  | |
emacs: add exwm-edit
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/init.el | 4 | 
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)  | 
