Customize init file

This commit is contained in:
Marcus Kammer 2019-05-09 00:28:17 +02:00
parent 19278fb952
commit 874cd11f3f

19
init.el
View file

@ -25,19 +25,20 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(cal-html-directory "~/Documents/Diary")
'(calendar-date-style (quote iso))
'(calendar-week-start-day 1)
'(custom-safe-themes
(quote
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
'(diary-file "~/Documents/Diary/diary")
'(display-time-world-list
(quote
(("UTC+7" "Los Angeles")
("UTC+4" "New York")
("UTC-1" "London")
("UTC-2" "Berlin")
("UTC-3" "Istanbul")
("UTC-8" "Shanghai")
("UTC-8" "Hong Kong")
("UTC-9" "Tokyo"))))
(("America/Los_Angeles" "Seattle")
("America/New_York" "New York")
("Europe/London" "London")
("Europe/Paris" "Paris")
("Asia/Calcutta" "Bangalore")
("Asia/Tokyo" "Tokyo"))))
'(fill-column 72)
'(font-lock-maximum-decoration t)
'(global-font-lock-mode t)
@ -61,6 +62,8 @@
'(org-default-notes-file "~/Documents/Journal/notes.org")
'(package-selected-packages (quote (magit)))
'(require-final-newline t)
'(timeclock-file "~/Documents/Diary/timelog")
'(timeclock-mode-line-display t)
'(visible-bell 1))
(custom-set-faces