We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da97264 + bef3447 commit 09c622eCopy full SHA for 09c622e
drupal-mode.el
@@ -387,6 +387,12 @@ of the project)."
387
(define-key drupal-mode-map
388
[menu-bar drupal manual]
389
'("Drupal Mode manual" . drupal-mode-manual))
390
+(define-key drupal-mode-map
391
+ [menu-bar drupal insert-hook]
392
+ '("Insert hook implementation" . drupal-insert-hook))
393
394
+ [menu-bar drupal insert-function]
395
+ '("Insert function template" . drupal-insert-function))
396
397
[menu-bar drupal search-documentation]
398
'(menu-item "Search documentation" drupal-search-documentation
0 commit comments