From 0e3a44ad344a82948d643576454d084712e50dbc Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 19 Apr 2021 16:34:43 +0200 Subject: [PATCH] added doom emacs --- .config/bspwm/bspwmrc | 1 + .emacs.d | 1 + .gitmodules | 3 +++ 3 files changed, 5 insertions(+) create mode 160000 .emacs.d create mode 100644 .gitmodules diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 870b1be..fbd7acb 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -20,6 +20,7 @@ bspc config focus_follows_pointer true # WINDOW RULES # bspc rule -a Steam state=floating bspc rule -a Zathura state=tiled +bspc rule -a Emacs state=tiled # PROBLEMS WITH JAVA APPLICATIONS # wmname LG3D diff --git a/.emacs.d b/.emacs.d new file mode 160000 index 0000000..473417a --- /dev/null +++ b/.emacs.d @@ -0,0 +1 @@ +Subproject commit 473417a8907559f0a60952ddcae8db861445a533 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1e6161a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".emacs.d"] + path = .emacs.d + url = https://github.com/hlissner/doom-emacs