dev: merging from main
This commit is contained in:
commit
5b6bb0b064
24 changed files with 213 additions and 666 deletions
|
@ -54,7 +54,7 @@ OPTIONS:
|
|||
(dolist (entry (nreverse doom-make-codeowners))
|
||||
(if (stringp entry)
|
||||
(insert "\n" entry "\n")
|
||||
(insert (car entry) " " (cdr entry) "\n")))
|
||||
(insert (format "%-35s %s" (car entry) (cdr entry)) "\n")))
|
||||
(insert "\n# End of CODEOWNERS")
|
||||
(setq indent-tabs-mode nil) ; align w/ spaces, not tabs
|
||||
(align-regexp (point-min) (point-max) "/\\(\\s-+\\)@" 1)
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
"Current version of Doom Emacs core.")
|
||||
|
||||
;; DEPRECATED: Remove these when the modules are moved out of core.
|
||||
(defconst doom-modules-version "24.07.0-pre"
|
||||
(defconst doom-modules-version "24.08.0-pre"
|
||||
"Current version of Doom Emacs.")
|
||||
|
||||
(defvar doom-init-time nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue