Update init file
Add more default feeds Enable org-mode and set default folders Set default major mode
This commit is contained in:
parent
e0a8052aeb
commit
666e2774d3
1 changed files with 6 additions and 1 deletions
7
init.el
7
init.el
|
@ -43,13 +43,18 @@
|
|||
'(inhibit-startup-screen t)
|
||||
'(line-spacing 5)
|
||||
'(linum-relative-backend (quote display-line-numbers-mode))
|
||||
'(major-mode (quote text-mode))
|
||||
'(newsticker-url-list-defaults
|
||||
(quote
|
||||
(("Emacs Wiki" "https://www.emacswiki.org/emacs?action=rss" nil 3600)
|
||||
("LWN (Linux Weekly News)" "https://lwn.net/headlines/rss")
|
||||
("USN" "https://usn.ubuntu.com/atom.xml")
|
||||
("nzz" "https://www.nzz.ch/recent.rss")
|
||||
("mailutils" "http://savannah.gnu.org/news/atom.php?group=mailutils")
|
||||
("emacs rocks" "http://emacsrocks.com/atom.xml")
|
||||
("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)))
|
||||
'(require-final-newline t)
|
||||
'(visible-bell 1))
|
||||
|
@ -59,7 +64,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue