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
|
'(ansi-color-faces-vector
|
||||||
[default default default italic underline success warning error])
|
[default default default italic underline success warning error])
|
||||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||||
'(bookmark-default-file "~/Documents/bookmarks.el")
|
'(bookmark-default-file "~/bookmarks.el")
|
||||||
'(calendar-latitude 49.4)
|
'(calendar-latitude 49.4 t)
|
||||||
'(calendar-location-name "Nuremberg, DE")
|
'(calendar-location-name "Nuremberg, DE" t)
|
||||||
'(calendar-longitude 11.0)
|
'(calendar-longitude 11.0 t)
|
||||||
'(default-frame-alist
|
'(default-frame-alist
|
||||||
'((font . "MonoLisa-11")
|
'((font . "MonoLisa-11")
|
||||||
(fullscreen . maximized)
|
(fullscreen . maximized)
|
||||||
(undecorated . t)
|
(undecorated . t)
|
||||||
(width . 95)
|
(width . 95)
|
||||||
(height . 60)
|
(height . 60)
|
||||||
(alpha . 100)
|
(alpha . 100)))
|
||||||
(horizontal-scroll-bar . nil)
|
|
||||||
(vertical-scroll-bar . nil)))
|
|
||||||
'(delete-selection-mode nil)
|
'(delete-selection-mode nil)
|
||||||
'(diary-file "~/Documents/org/diary")
|
'(diary-file "~/Documents/org/diary")
|
||||||
'(doc-view-resolution 150)
|
'(doc-view-resolution 150)
|
||||||
|
|
Loading…
Add table
Reference in a new issue