Function: erc-unmorse-disable

erc-unmorse-disable is an interactive and byte-compiled function defined in erc-goodies.el.gz.

Signature

(erc-unmorse-disable)

Documentation

Disable ERC unmorse mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
;; Unmorse
(define-erc-module unmorse nil
  "This mode causes morse code in the current channel to be unmorsed."
  ((add-hook 'erc-insert-modify-hook #'erc-unmorse))
  ((remove-hook 'erc-insert-modify-hook #'erc-unmorse)))