diff --git a/.gitignore b/.gitignore index 283d970..904f57c 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ flycheck_*.el # Undo-tree save-files *.~undo-tree +# Custom +/.mypy_cache/ \ No newline at end of file diff --git a/README.md b/README.md index 15446e1..595d588 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ > Various settings for Emacs using Doom - `custom-latex.el`: Exchanges default export of TOOD items +- `org-keywords.el`: Custom keywords for orgmode TODO + +# Commands + +`C:/Users//.emacs.d/bin/doom sync`: sync changes +`C:/Users//.emacs.d/bin/doom build -r`: rebuild changes to local packages. \ No newline at end of file