Add Emacs reset script
This commit is contained in:
3
emacs/.gitignore
vendored
3
emacs/.gitignore
vendored
@@ -2,7 +2,8 @@
|
|||||||
!.gitignore
|
!.gitignore
|
||||||
!*.org
|
!*.org
|
||||||
!*.el
|
!*.el
|
||||||
|
!reset.sh
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
!snippets/
|
!snippets/
|
||||||
!snippets/**
|
!snippets/**
|
||||||
flycheck_init.el
|
flycheck_init.el
|
||||||
|
|||||||
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