emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs save/restore state?


From: Philipp Haselwarter
Subject: Re: emacs save/restore state?
Date: Mon, 16 Apr 2012 20:04:26 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux)

A suggestion of variables I find useful:

--8<---------------cut here---------------start------------->8---
desktop-globals-to-save
(append
 '((extended-command-history . 128)
   (minibuffer-history       . 128)
   (org-clock-history        .  32)
   (query-replace-history    . 128)
   (read-expression-history  . 256)
   (regexp-history           . 128)
   (regexp-search-ring       . 128)
   (search-ring              . 128)
   (shell-command-history    . 128)
   compile-history
   desktop-buffer-args-list
   dired-regexp-history
   dired-shell-command-history
   find-args-history
   gnus-group-history
   grep-history
   gud-gdb-history
   jde-interactive-make-arg-history
   kill-ring
   log-edit-comment-ring
   magit-git-command-history
   my-xdg-history)
 desktop-globals-to-save)
--8<---------------cut here---------------end--------------->8---


-- 
Philipp Haselwarter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]