[Misc] Save bookmarks in private repository

This commit is contained in:
Daniel - 2019-01-25 20:45:22 +01:00
parent db1225da36
commit 51d58a7107
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -37,7 +37,6 @@
/games/bubbles-default-2-10-10-scores
/games/tetris-scores
/mthesaur.txt.cache
/bookmarks
/custom.el
/history
/server/server

View File

@ -502,6 +502,10 @@
(use-package server
:commands (server-running-p server-start))
(use-package bookmark
:init (setq bookmark-default-file (expand-file-name "private/bookmarks"
emacs-d)))
;; * Some essential packages