From 058c25736c61899ccc47c64c581f8234cb9f9c55 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 23 Sep 2018 16:41:35 +0200 Subject: [PATCH] Emacs/Helm: Save comint-input-ring with desktop-mode --- .emacs.d/lisp/init-helm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 58fff106..e4b27a10 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -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