From 776ec04db322b4a254c4a19a3c4f1dff73b86dd2 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 13 Dec 2009 13:20:08 +0100 Subject: added bookmarks (local only) --- emacs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') diff --git a/emacs b/emacs index 4892ed4..ffb63a5 100644 --- a/emacs +++ b/emacs @@ -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) -- cgit v1.2.3