refactor(file-templates): update doomrc templates

For .doom, .doommodule, and .doom.el files.
This commit is contained in:
Henrik Lissner
2025-06-30 14:45:54 +02:00
parent 000bf3beea
commit 6a69add73f
5 changed files with 33 additions and 11 deletions

View File

@ -0,0 +1,8 @@
;;; .doomrc --- doom runtime config -*- mode: emacs-lisp; lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(require 'doom) ; be silent, byte-compiler
$0`%`
;;; .doomrc ends here