From 4cfa8246ea7eec4139ba6c34d3fb3a4545956824 Mon Sep 17 00:00:00 2001 From: benj Date: Sat, 25 Nov 2023 10:02:42 -0800 Subject: rewrite emacs init.el and go back to basics This is a complete rewrite leveraging the very popular use-package to see how I like it. We reduce init.el to a bare minimum configuration and remove the previous homebrew organizational scheme. A number of packages have yet to be setup, but we'll wait and do in JIT. --- templates/auto-insert/template.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 templates/auto-insert/template.c (limited to 'templates/auto-insert/template.c') diff --git a/templates/auto-insert/template.c b/templates/auto-insert/template.c deleted file mode 100644 index d9afc65..0000000 --- a/templates/auto-insert/template.c +++ /dev/null @@ -1,7 +0,0 @@ -/* - * @file `(buffer-name)` - * @brief $0 - * - * @author `user-full-name` - * @date `(format-time-string "%Y-%m-%d")` - */ -- cgit v1.2.3