summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-21 07:44:39 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-21 07:44:39 +0200
commitac6a03a294c9065b646621a5795c3d234980c30b (patch)
treeb16aed8ffc9d3b6979e4b713e9841566e55ea936 /helm-semantic.el
parent20d571e92561d6e758285095f140f7a883e05f58 (diff)
Allow showing less infos in semantic tags (#1027).
* helm-semantic.el (helm-semantic-display-style): Add new option semantic-format-tag-name.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 72ab49c5..acec5020 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -42,6 +42,7 @@
:group 'helm-semantic
:type '(radio
(const :tag "Default" semantic-format-tag-summarize)
+ (const :tag "Default" semantic-format-tag-name)
(const :tag "Prototype" semantic-format-tag-prototype)))
;;; keymap