Save bookmarks in file .emacs.d/bookmarks

This commit is contained in:
syl20bnr 2014-05-04 15:08:13 -04:00
parent 4a0eef1249
commit cf9540d758
3 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -24,3 +24,4 @@ elnode/
var/
crown/
*.stackdump
bookmarks

View file

@ -0,0 +1,6 @@
(use-package bookmark
:init
(setq
bookmark-default-file "~/.emacs.d/bookmarks" ; keep my ~/ clean
bookmark-save-flag 1) ; autosave each change
)

View file

@ -13,6 +13,7 @@
auto-complete
auto-complete-clang
auto-dictionary
bookmark
buffer-move
cc-mode
cmake-mode