Reset my Emacs configuration.

This commit is contained in:
Gerard Vermeulen 2021-11-29 13:14:56 +01:00
commit 5afb84a62f
3 changed files with 1165 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*.el
*.py
latexmkrc
org-store-link
/eln-cache
/elpa-*
/quelpa
/var

9
1ST-ME Executable file
View 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

File diff suppressed because it is too large Load Diff