summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-21 19:41:33 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-21 19:41:33 +0200
commit71e1a60940550a8e9defb3b1b0fb63ce0edb12d7 (patch)
tree27f01a7b9f478d34b88bb91d69c504aa6bc68ecf /helm-semantic.el
parent827fca0d6e5dddbe31e921ad6cc3bab22c8e8e92 (diff)
* helm-semantic.el (helm-semantic-display-style): Change default for c-mode.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 2a7cf6a1..6dad38da 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -39,7 +39,7 @@
(defcustom helm-semantic-display-style
'((python-mode . semantic-format-tag-summarize)
- (c-mode . semantic-format-tag-name-c-mode)
+ (c-mode . semantic-format-tag-concise-prototype-c-mode)
(emacs-lisp-mode . semantic-format-tag-abbreviate-emacs-lisp-mode))
"Function to present a semantic tag according to `major-mode'.