Emacs: Save properly `compile-command` in desktop

master
Pierre Neidhardt 2015-05-09 17:38:03 +02:00
parent c256ebce60
commit beec4dd06d
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@
(unless (file-directory-p desktop-dirname)
(make-directory desktop-dirname t))
(setq desktop-path `(,desktop-dirname))
(add-to-list 'desktop-globals-to-save 'compile-command))
(add-to-list 'desktop-locals-to-save 'compile-command))
;; GMP documentation
(eval-after-load "info-look"