From d56ff2423710eb577d69d2456a36dd1e2d66daf2 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Wed, 11 Sep 2019 15:06:29 +0200 Subject: [PATCH] Update init file --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index d1ec90f4..4e9207fe 100755 --- a/init.el +++ b/init.el @@ -47,12 +47,11 @@ There are two things you can do about this warning: (width . 86) (height . 42) (font . "Iosevka Term-12.0") - (vertical-scroll-bars) (alpha . 99)))) '(delete-selection-mode t) '(diary-file "~/Documents/Diary/diary") '(display-battery-mode nil) - '(display-line-numbers (quote relative)) + '(display-line-numbers nil) '(display-time-mode t) '(display-time-world-list (quote @@ -87,6 +86,10 @@ There are two things you can do about this warning: ("Phoronix" "https://www.phoronix.com/rss.php" nil 3600) ("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600) ("Netzpolitik" "https://logbuch-netzpolitik.de/feed" nil 3600) + ("PBP" "https://pbpython.com/feeds/all.atom.xml" nil 3600) + ("Planet Python" "https://planetpython.org/rss20.xml" nil 3600) + ("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600) + ("doughellmann" "https://doughellmann.com/blog/feed/" nil 3600) ("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600)))) '(nord-comment-brightness 15) '(nord-region-highlight "snowstorm")