remove emacs config
This commit is contained in:
parent
34427ef8bc
commit
bcd1e40fb0
1
.emacs.d
1
.emacs.d
@ -1 +0,0 @@
|
|||||||
Subproject commit 75cd6348b696cc5ac96f1cd601d2c56dee5d17f0
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule ".emacs.d"]
|
|
||||||
path = .emacs.d
|
|
||||||
url = https://schlomp.space/tastytea/.emacs.d.git
|
|
@ -17,14 +17,8 @@ alias config=${tmp_git_command}
|
|||||||
|
|
||||||
git clone --bare ${repo_address} ${HOME}/.dotfiles
|
git clone --bare ${repo_address} ${HOME}/.dotfiles
|
||||||
config config --local status.showUntrackedFiles no
|
config config --local status.showUntrackedFiles no
|
||||||
config config --local submodule.recurse true
|
|
||||||
|
|
||||||
print -P "%F{12}Run%f" \
|
print -P "%F{12}Run%f" \
|
||||||
"%F{13}rm ${0} &&" \
|
"%F{13}rm ${0} &&" \
|
||||||
"${tmp_git_command} checkout &&" \
|
"${tmp_git_command} checkout &&" \
|
||||||
"${tmp_git_command} submodule update --init%f" \
|
|
||||||
"%F{12}to copy the files to your home directory.%f"
|
"%F{12}to copy the files to your home directory.%f"
|
||||||
|
|
||||||
# TODO: [remote "origin"] needs to have
|
|
||||||
# fetch = +refs/heads/*:refs/remotes/origin/* in order for
|
|
||||||
# submodule.recurse to work, but why?
|
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Version=1.0
|
|
||||||
Name=Emacsclient (create frame)
|
|
||||||
Comment=Tell a running Emacs to create a frame
|
|
||||||
Comment[de]=In einer laufenden Emacs-Instanz einen frame öffnen
|
|
||||||
Icon=emacs
|
|
||||||
TryExec=/usr/bin/emacsclient
|
|
||||||
Exec=/usr/bin/emacsclient -cn -a=/bin/false %F
|
|
||||||
Terminal=false
|
|
Loading…
x
Reference in New Issue
Block a user