Update document for core-set
This commit is contained in:
parent
4dbb4b30f6
commit
9a126a1274
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,12 @@
|
|||
;;; core-set.el
|
||||
|
||||
;; When we switch out feature modules, I don't want certain config segments to
|
||||
;; casue errors. This gives a
|
||||
;;
|
||||
;; This provides a centralized configuration system that a) won't evaluate its
|
||||
;; 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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue