.
This commit is contained in:
parent
b246da9109
commit
6cebd434b7
2 changed files with 16 additions and 0 deletions
|
@ -130,6 +130,18 @@
|
||||||
(scroll-bar-mode nil)
|
(scroll-bar-mode nil)
|
||||||
(tab-always-indent 'complete)
|
(tab-always-indent 'complete)
|
||||||
(tool-bar-mode nil)
|
(tool-bar-mode nil)
|
||||||
|
(newsticker-url-list-defaults nil)
|
||||||
|
(newsticker-url-list
|
||||||
|
'(("Tagesschau" "https://www.tagesschau.de/index~atom.xml" nil nil nil)
|
||||||
|
("NZZ Neuste" "https://www.nzz.ch/recent.rss" nil nil nil)
|
||||||
|
("SRF News" "https://www.srf.ch/news/bnf/rss/1646" nil nil nil)
|
||||||
|
("SRF Wissen" "https://www.srf.ch/bnf/rss/630" nil nil nil)
|
||||||
|
("Deutschlandfunk Nachrichten" "https://www.deutschlandfunk.de/nachrichten-100.rss" nil nil nil)
|
||||||
|
("Deutschlandfunk Wissen" "https://www.deutschlandfunk.de/wissen-106.rss" nil nil nil)
|
||||||
|
("Guix" "https://guix.gnu.org/feeds/blog.atom" nil nil nil)
|
||||||
|
("Mastering Emacs" "https://www.masteringemacs.org/feed" nil nil nil)
|
||||||
|
("Schiene.de" "https://www.schiene.de/feed/" nil nil nil)
|
||||||
|
("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil)))
|
||||||
:custom-face
|
:custom-face
|
||||||
(default ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono"))))
|
(default ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono"))))
|
||||||
(fixed-pitch ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono"))))
|
(fixed-pitch ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono"))))
|
||||||
|
|
|
@ -179,12 +179,16 @@
|
||||||
"kitty"
|
"kitty"
|
||||||
"ksshaskpass"
|
"ksshaskpass"
|
||||||
"ledger"
|
"ledger"
|
||||||
|
"libaacs"
|
||||||
|
"libbdplus"
|
||||||
|
"libbluray"
|
||||||
"liquidprompt"
|
"liquidprompt"
|
||||||
"make"
|
"make"
|
||||||
"nm-tray"
|
"nm-tray"
|
||||||
"nnn"
|
"nnn"
|
||||||
"nss-certs"
|
"nss-certs"
|
||||||
"nwg-displays"
|
"nwg-displays"
|
||||||
|
"openjdk"
|
||||||
"openssh"
|
"openssh"
|
||||||
"password-store"
|
"password-store"
|
||||||
"pass-otp"
|
"pass-otp"
|
||||||
|
|
Loading…
Reference in a new issue