added doom emacs

dev-docs
Moritz Böhme 2021-04-19 16:34:43 +02:00
parent b06263bfe0
commit 0e3a44ad34
3 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ bspc config focus_follows_pointer true
# WINDOW RULES # # WINDOW RULES #
bspc rule -a Steam state=floating bspc rule -a Steam state=floating
bspc rule -a Zathura state=tiled bspc rule -a Zathura state=tiled
bspc rule -a Emacs state=tiled
# PROBLEMS WITH JAVA APPLICATIONS # # PROBLEMS WITH JAVA APPLICATIONS #
wmname LG3D wmname LG3D

1
.emacs.d Submodule

@ -0,0 +1 @@
Subproject commit 473417a8907559f0a60952ddcae8db861445a533

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule ".emacs.d"]
path = .emacs.d
url = https://github.com/hlissner/doom-emacs