diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 04:00:48 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 04:00:48 -0400 |
| commit | b8c0c5f2b1882a2a3eaf36aa78e0b2b0afad6cfc (patch) | |
| tree | 40705884a1643e8fe86196b1afbf503c9aca4cb2 /modules/tramp-config.el | |
| parent | 3207fb58da9824918aab8dbd7df5f756559e46b7 (diff) | |
| download | dotemacs-b8c0c5f2b1882a2a3eaf36aa78e0b2b0afad6cfc.tar.gz dotemacs-b8c0c5f2b1882a2a3eaf36aa78e0b2b0afad6cfc.zip | |
docs: normalize generated-file headers and prune obvious comments
The theme-studio and browser-choice generators now stamp their output with a header that names the authoritative source and says to regenerate rather than hand-edit. I regenerated both files to match. I also deleted six obvious "describe the next form" comments, replaced two stale placeholders in titlecase.el and an incomplete FIXME in org-checklist.el with real rationale, and condensed early-init's header and Commentary.
Diffstat (limited to 'modules/tramp-config.el')
| -rw-r--r-- | modules/tramp-config.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tramp-config.el b/modules/tramp-config.el index e3b835f1..f2bc8457 100644 --- a/modules/tramp-config.el +++ b/modules/tramp-config.el @@ -57,7 +57,6 @@ (setq tramp-auto-save-directory (expand-file-name "tramp-auto-save" user-emacs-directory)) - ;; Create directory if it doesn't exist (unless (file-exists-p tramp-auto-save-directory) (make-directory tramp-auto-save-directory t)) |
