Update bookmarks location
This commit is contained in:
parent
b3010b49f5
commit
db451fb43a
1 changed files with 5 additions and 7 deletions
|
@ -9,19 +9,17 @@
|
|||
'(ansi-color-faces-vector
|
||||
[default default default italic underline success warning error])
|
||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||
'(bookmark-default-file "~/Documents/bookmarks.el")
|
||||
'(calendar-latitude 49.4)
|
||||
'(calendar-location-name "Nuremberg, DE")
|
||||
'(calendar-longitude 11.0)
|
||||
'(bookmark-default-file "~/bookmarks.el")
|
||||
'(calendar-latitude 49.4 t)
|
||||
'(calendar-location-name "Nuremberg, DE" t)
|
||||
'(calendar-longitude 11.0 t)
|
||||
'(default-frame-alist
|
||||
'((font . "MonoLisa-11")
|
||||
(fullscreen . maximized)
|
||||
(undecorated . t)
|
||||
(width . 95)
|
||||
(height . 60)
|
||||
(alpha . 100)
|
||||
(horizontal-scroll-bar . nil)
|
||||
(vertical-scroll-bar . nil)))
|
||||
(alpha . 100)))
|
||||
'(delete-selection-mode nil)
|
||||
'(diary-file "~/Documents/org/diary")
|
||||
'(doc-view-resolution 150)
|
||||
|
|
Loading…
Add table
Reference in a new issue