diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-12-13 13:20:08 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-12-13 13:20:08 +0100 |
commit | 776ec04db322b4a254c4a19a3c4f1dff73b86dd2 (patch) | |
tree | f222176d1f469415cfd51e932a17a3553e3d4405 | |
parent | 1069d26d4a1f178e6dc987fca1725ab37fdbe1cb (diff) | |
download | dotfiles-776ec04db322b4a254c4a19a3c4f1dff73b86dd2.tar.gz dotfiles-776ec04db322b4a254c4a19a3c4f1dff73b86dd2.tar.xz dotfiles-776ec04db322b4a254c4a19a3c4f1dff73b86dd2.zip |
added bookmarks (local only)
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | emacs | 4 | ||||
-rw-r--r-- | emacs.elc | bin | 22773 -> 22859 bytes |
3 files changed, 5 insertions, 0 deletions
@@ -5,3 +5,4 @@ emacs.d/semantic emacs.d/smex.save emacs.d/.org-id-locations emacs.d/tramp +/emacs.d/bookmarks @@ -584,3 +584,7 @@ ; linum (generic & *scratch*) (add-hook 'find-file-hook (lambda () (linum-mode 1))) (add-hook 'lisp-interaction-mode-hook (lambda () (linum-mode 1))) + +; bookmarks +(setq bookmark-default-file "~/.emacs.d/bookmarks") +(setq bookmark-save-flag 1) Binary files differ |