diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-31 17:33:19 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-31 17:33:19 -0500 |
| commit | 4b33f5e120a7feb9be684af5402d18beef7b7847 (patch) | |
| tree | f0867a01ca36e0dd14df5383ef553ccc4155e1ce /init.el | |
| parent | e50e1e8c3c198dc75f3be913f6b4b1047880eeb6 (diff) | |
| download | dotemacs-4b33f5e120a7feb9be684af5402d18beef7b7847.tar.gz dotemacs-4b33f5e120a7feb9be684af5402d18beef7b7847.zip | |
chore(config): refine comments, docs and flycheck binding
- Simplify init.el commentary and reference ai-directives.el
- Clarify cj/format-region-or-buffer docstring wording
- Add flycheck keymap to personal/custom key map C-;
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ ;;; Commentary: -;; Note: This init.el file has an early-init.el file associated with it. That -;; file defines some variables and settings used within the rest of this config. +;; Note: This init.el file has an early-init.el file associated with it. +;; That file defines variables and settings used within the rest of the config. ;;; Code: @@ -62,7 +62,7 @@ ;; ------------------------- Features And Integrations ------------------------- -(require 'ai-config) ;; LLM integration +(require 'ai-config) ;; LLM integration. note: ai-directives.el (require 'calibredb-epub-config) ;; ebook reader/manager settings (require 'dashboard-config) ;; first page on launch (require 'dirvish-config) ;; file manager configuration |
