aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/.gitignore
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-08 17:50:42 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-08 17:50:42 +0200
commit848892b8d40c033d95701e95a1e54e41bf4101b5 (patch)
treefa775b56dd0870a8024bafaf9f9f4cfbcf63e35f /.config/emacs/.gitignore
parentdff8954955dec398a5158e2bfd668a5b5a40cbcc (diff)
downloaddotfiles-848892b8d40c033d95701e95a1e54e41bf4101b5.tar.gz
dotfiles-848892b8d40c033d95701e95a1e54e41bf4101b5.zip
emacs: There and back again
Bring back a hand-rolled GNU Emacs configuration, moving on from Doom Emacs. This is due some recent regressions I've had with my Doom configuration that I was unable to debug/fix. This brings back some much needed simplicity, while having better knowledge on how to keep things modern and snappy. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.config/emacs/.gitignore')
-rw-r--r--.config/emacs/.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/emacs/.gitignore b/.config/emacs/.gitignore
new file mode 100644
index 0000000..f9f5a1a
--- /dev/null
+++ b/.config/emacs/.gitignore
@@ -0,0 +1,8 @@
+.local/
+.lsp-session*
+auto-save-list/
+eln-cache/
+history
+projects
+straight/
+transient/ \ No newline at end of file