Ver código fonte

Add comment

master
10sr 5 anos atrás
pai
commit
57ffc12c75
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Ver arquivo

@@ -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)))


Carregando…
Cancelar
Salvar