Update init file
This commit is contained in:
parent
25066f04c4
commit
d56ff24237
1 changed files with 5 additions and 2 deletions
7
init.el
7
init.el
|
@ -47,12 +47,11 @@ There are two things you can do about this warning:
|
||||||
(width . 86)
|
(width . 86)
|
||||||
(height . 42)
|
(height . 42)
|
||||||
(font . "Iosevka Term-12.0")
|
(font . "Iosevka Term-12.0")
|
||||||
(vertical-scroll-bars)
|
|
||||||
(alpha . 99))))
|
(alpha . 99))))
|
||||||
'(delete-selection-mode t)
|
'(delete-selection-mode t)
|
||||||
'(diary-file "~/Documents/Diary/diary")
|
'(diary-file "~/Documents/Diary/diary")
|
||||||
'(display-battery-mode nil)
|
'(display-battery-mode nil)
|
||||||
'(display-line-numbers (quote relative))
|
'(display-line-numbers nil)
|
||||||
'(display-time-mode t)
|
'(display-time-mode t)
|
||||||
'(display-time-world-list
|
'(display-time-world-list
|
||||||
(quote
|
(quote
|
||||||
|
@ -87,6 +86,10 @@ There are two things you can do about this warning:
|
||||||
("Phoronix" "https://www.phoronix.com/rss.php" nil 3600)
|
("Phoronix" "https://www.phoronix.com/rss.php" nil 3600)
|
||||||
("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600)
|
("Ubuntu" "https://blog.ubuntu.com/feed" nil 3600)
|
||||||
("Netzpolitik" "https://logbuch-netzpolitik.de/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))))
|
("Python PEP" "https://www.python.org/dev/peps/peps.rss/" nil 3600))))
|
||||||
'(nord-comment-brightness 15)
|
'(nord-comment-brightness 15)
|
||||||
'(nord-region-highlight "snowstorm")
|
'(nord-region-highlight "snowstorm")
|
||||||
|
|
Loading…
Add table
Reference in a new issue