summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-06 20:18:43 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-09-06 20:18:43 +0200
commit97f4d65e4cfb2253ec27a4331570f09e68cb6404 (patch)
treee6b8575e98d5160d52ce8ce6d2f2a08379b9b278 /helm-types.el
parent7a7c9d990e924b9ac0e845afa4e539122f034e31 (diff)
Prevent follow-mode in bookmarks.
* helm-types.el (helm--setup-source): Do it.
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-types.el b/helm-types.el
index fcf8f489..03146719 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -115,7 +115,8 @@
(setf (slot-value source 'keymap) helm-bookmark-map)
(setf (slot-value source 'mode-line) (list "Bookmark(s)" helm-mode-line-string))
(setf (slot-value source 'help-message) 'helm-bookmark-help-message)
- (setf (slot-value source 'migemo) t))
+ (setf (slot-value source 'migemo) t)
+ (setf (slot-value source 'follow) 'never))
;; Buffers