mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-18 23:21:22 -08:00
nit(tutorial): add a comment in tutorial-load-page
This commit is contained in:
parent
4bcc5913ba
commit
3e6d0fbf49
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@
|
|||
(let ((template (plist-get content :template))
|
||||
(setup (plist-get content :setup)))
|
||||
(with-current-buffer doom-tutorial--scratchpad-buffer-name
|
||||
;; Reapply local variables values, in case the got cleared
|
||||
;; (e.g. by mode changing).
|
||||
(setq-local header-line-format
|
||||
(propertize "Scratch pad" 'face '(bold org-document-title)))
|
||||
(add-hook 'pre-command-hook #'doom-tutorial--log-cmd nil t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue