Browse Source

Updated .gitignore; Added notes

custom
Raphael Roberts 3 years ago
parent
commit
71098d7947
  1. 2
      .gitignore
  2. 8
      config_requirements.org
  3. 4
      notes.txt

2
.gitignore

@ -33,3 +33,5 @@ gotools/
eln-cache/
/epkgs/
/anaconda-mode/
/autosave/
/history

8
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

4
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
Loading…
Cancel
Save