diff options
author | Case Duckworth | 2022-01-31 00:54:15 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-31 00:54:15 -0600 |
commit | e57943cfa222917f094e98734ad76859d620e424 (patch) | |
tree | d7cdc6a0a12e1595295748980632945403cf8451 | |
parent | Add an org-capture template (diff) | |
download | emacs-e57943cfa222917f094e98734ad76859d620e424.tar.gz emacs-e57943cfa222917f094e98734ad76859d620e424.zip |
Setup bookmark.el
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 3415d52..ed492e6 100644 --- a/init.el +++ b/init.el | |||
@@ -122,6 +122,10 @@ | |||
122 | auto-revert-verbose nil) | 122 | auto-revert-verbose nil) |
123 | (global-auto-revert-mode +1)) | 123 | (global-auto-revert-mode +1)) |
124 | 124 | ||
125 | (setup bookmark | ||
126 | (:option bookmark-save-flag 1 | ||
127 | bookmark-watch-bookmark-file 'silent)) | ||
128 | |||
125 | (setup browse-url | 129 | (setup browse-url |
126 | (:require +browse-url) | 130 | (:require +browse-url) |
127 | (:option | 131 | (:option |