A starting literate config for Doom Emacs

This commit is contained in:
Derek Taylor
2025-09-06 13:25:07 -05:00
parent 27866c0c7d
commit 194b5da8fd
3 changed files with 56 additions and 1 deletions

View File

@@ -52,6 +52,9 @@
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
(map! :leader
:desc "Comment line" "-" #'comment-line)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!