summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 08:45:02 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 08:45:02 +0200
commit8af3171465af6861441ee52d10000244fa83d36d (patch)
tree70f894526f16a0f624a597706d88bbb74239e567 /helm-utils.el
parent2ae34305061c2bb34197fc33eddc1970faf62bb8 (diff)
Reorder helm-lib and move code from helm-help.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/helm-utils.el b/helm-utils.el
index d054a354..9d33d29c 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -35,15 +35,6 @@
:type 'string
:group 'helm-utils)
-(defcustom helm-yank-text-at-point-function nil
- "The function used to forward point with `helm-yank-text-at-point'.
-With a nil value, fallback to default `forward-word'.
-The function should take one arg, an integer like `forward-word'.
-NOTE: Using `forward-symbol' here is not very useful as it is already
-provided by \\<helm-map>\\[next-history-element]."
- :type 'function
- :group 'helm-utils)
-
(defcustom helm-default-kbsize 1024.0
"Default Kbsize to use for showing files size.
It is a float, usually 1024.0 but could be 1000.0 on some systems."