Procházet zdrojové kódy

Add comment

master
10sr před 5 roky
rodič
revize
57ffc12c75
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit