Sfoglia il codice sorgente

Add comment

master
10sr 5 anni fa
parent
commit
57ffc12c75
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Vedi 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)))


Caricamento…
Annulla
Salva