Explorar el Código

emacs.el: disable my-idle-hook

pull/1/head
10sr hace 10 años
padre
commit
56e17273a6
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Ver fichero

@@ -157,9 +157,9 @@ found, otherwise returns nil."
(lambda ()
(run-hooks 'my-idle-hook)))

(add-hook 'my-idle-hook
(lambda ()
(message "idle hook message")))
;; (add-hook 'my-idle-hook
;; (lambda ()
;; (message "idle hook message")))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; start and quit


Cargando…
Cancelar
Guardar