From 848892b8d40c033d95701e95a1e54e41bf4101b5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 8 Jul 2025 17:50:42 +0200 Subject: emacs: There and back again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- .config/emacs/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/emacs/.gitignore (limited to '.config/emacs/.gitignore') 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 -- cgit v1.2.3