Reset my Emacs configuration.
This commit is contained in:
commit
5afb84a62f
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
*.el
|
||||||
|
*.py
|
||||||
|
latexmkrc
|
||||||
|
org-store-link
|
||||||
|
/eln-cache
|
||||||
|
/elpa-*
|
||||||
|
/quelpa
|
||||||
|
/var
|
9
1ST-ME
Executable file
9
1ST-ME
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "README.org")'
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# mode: shell-script
|
||||||
|
# sh-indentation: 2
|
||||||
|
# sh-basic-offset: 2
|
||||||
|
# End:
|
1148
README.org
Normal file
1148
README.org
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user