1
0
Fork 0

remove emacs config

This commit is contained in:
tastytea 2022-08-12 15:55:20 +02:00
parent 34427ef8bc
commit bcd1e40fb0
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
4 changed files with 0 additions and 20 deletions

@ -1 +0,0 @@
Subproject commit 75cd6348b696cc5ac96f1cd601d2c56dee5d17f0

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule ".emacs.d"]
path = .emacs.d
url = https://schlomp.space/tastytea/.emacs.d.git

View File

@ -17,14 +17,8 @@ alias config=${tmp_git_command}
git clone --bare ${repo_address} ${HOME}/.dotfiles
config config --local status.showUntrackedFiles no
config config --local submodule.recurse true
print -P "%F{12}Run%f" \
"%F{13}rm ${0} &&" \
"${tmp_git_command} checkout &&" \
"${tmp_git_command} submodule update --init%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?

View File

@ -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