Variable: gomoku-mode-hook

gomoku-mode-hook is a customizable variable defined in gomoku.el.gz.

Value

nil

Documentation

If non-nil, its value is called on entry to Gomoku mode.

One useful value to include is turn-on-font-lock to highlight the pieces.

Source Code

;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
;;;
;;; GOMOKU MODE AND KEYMAP.
;;;
(defcustom gomoku-mode-hook nil
  "If non-nil, its value is called on entry to Gomoku mode.
One useful value to include is `turn-on-font-lock' to highlight the pieces."
  :type 'hook)