feat(file-templates): add .doomrc template

Ref: 9b8ed397e8
This commit is contained in:
Henrik Lissner 2022-08-07 20:57:41 +02:00
parent 0f43c3eed5
commit 3ca74a1d5f
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 11 additions and 0 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