Add calendar settings
This commit is contained in:
parent
caaf247e0e
commit
19278fb952
1 changed files with 4 additions and 3 deletions
7
init.el
7
init.el
|
@ -24,6 +24,7 @@
|
|||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; 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")
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
||||
|
@ -55,8 +56,7 @@
|
|||
("nzz" "https://www.nzz.ch/recent.rss")
|
||||
("Wikipedia" "https://de.wikipedia.org/w/api.php?action=featuredfeed&feed=onthisday&feedformat=atom")
|
||||
("mailutils" "http://savannah.gnu.org/news/atom.php?group=mailutils")
|
||||
("Tagesschau (german)" "http://www.tagesschau.de/newsticker.rdf" nil 1800)
|
||||
)))
|
||||
("Tagesschau (german)" "http://www.tagesschau.de/newsticker.rdf" nil 1800))))
|
||||
'(org-agenda-files (quote ("~/Documents/Journal")))
|
||||
'(org-default-notes-file "~/Documents/Journal/notes.org")
|
||||
'(package-selected-packages (quote (magit)))
|
||||
|
@ -68,7 +68,7 @@
|
|||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
)
|
||||
|
||||
;; set modes
|
||||
(line-number-mode -1)
|
||||
|
@ -107,4 +107,5 @@
|
|||
"Copy entire buffer to clipboard"
|
||||
(interactive)
|
||||
(clipboard-kill-ring-save (point-min) (point-max)))
|
||||
|
||||
(put 'upcase-region 'disabled nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue