From 7e9227e1474907ee242e60e78b740cff7d79c4d0 Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Mon, 24 Jun 2024 09:34:49 +0200 Subject: [PATCH] Updated gitignore and README --- .gitignore | 2 ++ README.md | 6 ++++++ 2 files changed, 8 insertions(+) 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