mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Update document for core-set
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
;;; core-set.el
|
;;; core-set.el
|
||||||
|
;;
|
||||||
;; When we switch out feature modules, I don't want certain config segments to
|
;; This provides a centralized configuration system that a) won't evaluate its
|
||||||
;; casue errors. This gives a
|
;; arguments if it doesn't need to (performance), b) won't complain if the
|
||||||
|
;; setting doesn't exist and c) is more elegant than a bunch of `after!' blocks,
|
||||||
|
;; which can cause intermittent stuttering in large quantities. I'm a fan of
|
||||||
|
;; concise, do-what-I-mean front-facing configuration, believe it or not.
|
||||||
|
;;
|
||||||
|
;; Plus, it can benefit from byte-compilation.
|
||||||
|
|
||||||
(define-key help-map "\C-s" 'doom/describe-setting)
|
(define-key help-map "\C-s" 'doom/describe-setting)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user