forked from colonelpanic/dotfiles
[Emacs] Require helm-ring for custom terminal version
This commit is contained in:
parent
ecf5b1e588
commit
6d69064904
@ -3868,6 +3868,7 @@ in term-mode. This makes term-mode 1000% more useful
|
|||||||
(if string string (current-kill 0))))
|
(if string string (current-kill 0))))
|
||||||
|
|
||||||
(require 'helm)
|
(require 'helm)
|
||||||
|
(require 'helm-ring)
|
||||||
|
|
||||||
(defvar helm-kill-ring-for-term-actions
|
(defvar helm-kill-ring-for-term-actions
|
||||||
'(("Yank" . imalison:term-paste)
|
'(("Yank" . imalison:term-paste)
|
||||||
|
Loading…
Reference in New Issue
Block a user