added doom emacs
This commit is contained in:
parent
b06263bfe0
commit
0e3a44ad34
3 changed files with 5 additions and 0 deletions
|
@ -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
1
.emacs.d
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 473417a8907559f0a60952ddcae8db861445a533
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule ".emacs.d"]
|
||||||
|
path = .emacs.d
|
||||||
|
url = https://github.com/hlissner/doom-emacs
|
Loading…
Reference in a new issue