Skip to content

Commit 31c2b67

Browse files
committed
Added Api.drupalize.me as drupal-search-url option.
1 parent 0eac307 commit 31c2b67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drupal-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ whitespace at the end."
9898
%s is the search term."
9999
:type '(choice (const :tag "Api.drupal.org" "http://api.drupal.org/api/search/%v/%s")
100100
(const :tag "Api.drupalcontrib.org" "http://api.drupalcontrib.org/api/search/%v/%s")
101+
(const :tag "Api.drupalize.me" "http://api.drupalize.me/api/search/%v/%s")
101102
(string :tag "Other" "http://example.com/api/search/%v/%s"))
102103
:link '(url-link :tag "api.drupalcontrib.org" "http://api.drupalcontrib.org")
103104
:link '(url-link :tag "api.drupal.org" "http://api.drupal.org")

0 commit comments

Comments
 (0)