[Emacs] Require helm-ring for custom terminal version

This commit is contained in:
Ivan Malison 2017-03-25 14:22:03 -07:00
parent ecf5b1e588
commit 6d69064904
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3868,6 +3868,7 @@ in term-mode. This makes term-mode 1000% more useful
(if string string (current-kill 0))))
(require 'helm)
(require 'helm-ring)
(defvar helm-kill-ring-for-term-actions
'(("Yank" . imalison:term-paste)