summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-21 16:03:35 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-21 16:03:35 +0200
commit8612bf1636907ad07ad07bc869281336b181a28b (patch)
tree083e2781754d5b477c9ba2b5bfda09837ec30a58 /helm-semantic.el
parent0715c74953b4a49a7f0defc7911da658e3eef783 (diff)
* helm-semantic.el (helm-semantic-display-style): Add default for emacs-lisp.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index bc8b7d71..3bff4375 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -38,7 +38,8 @@
:type 'boolean)
(defcustom helm-semantic-display-style '((python-mode . semantic-format-tag-summarize)
- (c-mode . semantic-format-tag-name-c-mode))
+ (c-mode . semantic-format-tag-name-c-mode)
+ (emacs-lisp-mode . semantic-format-tag-abbreviate-emacs-lisp-mode))
"Function to present a semantic tag according to `major-mode'.
If no function is found for current `major-mode', fall back to