Emacs/Helm: Save comint-input-ring with desktop-mode

master
Pierre Neidhardt 2018-09-23 16:41:35 +02:00
parent 6caa13648e
commit 058c25736c
1 changed files with 2 additions and 1 deletions

View File

@ -231,7 +231,8 @@ Requires `call-process-to-string' from `functions'."
(add-to-list 'desktop-globals-to-save 'last-kbd-macro)
(add-to-list 'desktop-globals-to-save 'kmacro-counter)
(add-to-list 'desktop-globals-to-save 'kmacro-counter-format)
(add-to-list 'desktop-globals-to-save 'helm-ff-history))
(add-to-list 'desktop-globals-to-save 'helm-ff-history)
(add-to-list 'desktop-globals-to-save 'comint-input-ring))
(helm-top-poll-mode)
;;; Column indices might need some customizing. See `helm-top-command' and