Skip to content

Commit

Permalink
Don't enable desktop save mode.
Browse files Browse the repository at this point in the history
Signed-off-by: Yesudeep Mangalapilly <yesudeep@google.com>
  • Loading branch information
yesudeep committed May 31, 2012
1 parent edf5439 commit 40667b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions init.el
Expand Up @@ -71,8 +71,9 @@
protobuf-mode
yaml-mode
find-things-fast
fill-column-indicator
))
;; fill-column-indicator


(dolist (p default-packages)
(when (not (package-installed-p p))
Expand Down Expand Up @@ -220,7 +221,7 @@
)

;; Save and restore sessions.
(desktop-save-mode 1)
;;(desktop-save-mode 1)

;; Advise find-file to transparently create necessary directories.
(defadvice find-file (before make-directory-maybe (filename &optional wildcards) activate)
Expand Down

0 comments on commit 40667b8

Please sign in to comment.