Browse Source

Add comment

master
10sr 5 years ago
parent
commit
57ffc12c75
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -24,6 +24,7 @@
"If `after-init-hook' has been run, call FUNC immediately.
Otherwize hook it."
(if after-init-time
;; Currently after-init-hook is run just after setting after-init-hook
(funcall func)
(add-hook 'after-init-hook
func)))


Loading…
Cancel
Save