ppareit / graphviz-dot-mode

Emacs mode for the DOT language, used by graphviz.
https://ppareit.github.io/graphviz-dot-mode
GNU General Public License v2.0
218 stars 48 forks source link

set customize group #48

Closed bremner closed 5 years ago

bremner commented 6 years ago

A Debian user requests 1 the following

In emacs24

M-x graphviz-dot-mode M-x customize-mode

prompts for a major mode where I hoped it would go straight to the "graphviz" customize defgroup. This could be setup with

(put 'graphviz-dot-mode 'custom-mode-group 'graphviz)

Or change to define-derived-mode and use :group. define-derived-mode would use `run-mode-hooks' too in an emacs new enough to have that.