mercurial/mercurial-site-start.el
Ondřej Pohořelský 5854716640 Add forgotten mercurial-site-start.el
Related: rhbz#2089849
2022-08-01 14:52:47 +02:00

8 lines
271 B
EmacsLisp

(autoload 'hg-mode "mercurial" "HG mode." t)
(autoload 'hg-help-overview "mercurial" "HG help." t)
(autoload 'mq-mode "mq"
"MQ mode for Mercurial repositories with an MQ patch queue." t)
(autoload 'mq-edit-mode "mq"
"MQ edit mode for editing patch descriptions." t)