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