emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode da62dbfc22 149/308: Added missing EOL.


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode da62dbfc22 149/308: Added missing EOL.
Date: Tue, 25 Jan 2022 10:59:40 -0500 (EST)

branch: elpa/drupal-mode
commit da62dbfc22c688770dbd100a41259326beea9431
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    Added missing EOL.
---
 drush-make-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drush-make-mode.el b/drush-make-mode.el
index 57b45cd932..2ccf22d8cd 100644
--- a/drush-make-mode.el
+++ b/drush-make-mode.el
@@ -44,7 +44,8 @@
   ;; Setup and use `imenu' for building an index.
   (setq imenu-generic-expression
         '(("Libraries" "^libraries\\[\\([^]]+\\)\\]\\[download\\]\\[type\\] 
*=" 1)
-          ("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1)        
           ("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
+          ("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1)
+          ("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
           ("Profiles" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *profile" 1)
           ("Sections" "^;;; \\(.*\\)" 1)))
   (setq imenu-sort-function #'imenu--sort-by-name)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]