mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-25 03:00:05 +00:00
[emacs] Add start-exwm.sh to gitignore
This commit is contained in:
parent
5a86e0de84
commit
dbbf7ec120
2 changed files with 1 additions and 2 deletions
1
.doom.d/.gitignore
vendored
1
.doom.d/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
config.el
|
config.el
|
||||||
exwm.el
|
exwm.el
|
||||||
polybar.conf
|
polybar.conf
|
||||||
|
start-exwm.sh
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
emacs -mm --debug-init -l ~/.doom.d/exwm.el
|
|
Loading…
Reference in a new issue