mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
;;; .doomrc --- doom runtime config -*- mode: emacs-lisp; lexical-binding: t; -*-
|
|
;;; Commentary:
|
|
;;; Code:
|
|
(require 'doom) ; be silent, byte-compiler
|
|
|
|
$0`%`
|
|
|
|
;;; .doomrc ends here
|