Skip to content

Commit

Permalink
Save place in files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Oct 15, 2014
1 parent ad52352 commit 8d38f86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions behavior.el
Expand Up @@ -36,6 +36,11 @@
;; messages in the mini-buffer.
(setq ecb-prescan-directories-for-emptyness nil)

;; Save places within files.
(require 'saveplace)
(setq save-place-file "~/.emacs.d/saved-places")
(setq-default save-place t)

;; Use textmate-mode
(when (require 'textmate nil 'noerror)
(textmate-mode))
Expand Down

0 comments on commit 8d38f86

Please sign in to comment.