From 71098d7947cfab9e49d116deff336418b03bb694 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 24 Dec 2022 11:05:29 -0600 Subject: [PATCH] Updated .gitignore; Added notes --- .gitignore | 2 ++ config_requirements.org | 8 ++++++++ notes.txt | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 config_requirements.org create mode 100644 notes.txt diff --git a/.gitignore b/.gitignore index 7bd5b72..52c594e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ gotools/ eln-cache/ /epkgs/ /anaconda-mode/ +/autosave/ +/history diff --git a/config_requirements.org b/config_requirements.org new file mode 100644 index 0000000..1736822 --- /dev/null +++ b/config_requirements.org @@ -0,0 +1,8 @@ +* Requirements +** Atomic updates and rollback via git +** Autocompletion, syntax checking, and auto-formatting: +*** Python +*** Java +** Runs on top of prelude +** Initial load time on personal laptop < 2 seconds +** Each major mode has a configuration file diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..40e231f --- /dev/null +++ b/notes.txt @@ -0,0 +1,4 @@ +https://github.com/dabrahams/initsplit +remaking on top of prelude would be easier +separate configuration files for each major mode, and one configuration file for global modes +https://www.emacswiki.org/emacs/DotEmacsModular#h5o-3