Add Emacs reset script
This commit is contained in:
1
emacs/.gitignore
vendored
1
emacs/.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
!.gitignore
|
||||
!*.org
|
||||
!*.el
|
||||
!reset.sh
|
||||
!.gitkeep
|
||||
!snippets/
|
||||
!snippets/**
|
||||
|
||||
5
emacs/reset.sh
Executable file
5
emacs/reset.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
pushd $SCRIPT_DIR &>/dev/null && rm -rf eln-cache elpa elpaca elpaca.lock && popd &> /dev/null
|
||||
Reference in New Issue
Block a user