From adf7ad67a2e2ede1bace5175233ee2d389f1d47c Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Sat, 7 Dec 2019 20:09:00 +0100 Subject: [PATCH] Update custom file --- bundle/custom.el | 7 +++++-- bundle/display.el | 5 ----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/bundle/custom.el b/bundle/custom.el index af111bac..edd506b8 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -59,10 +59,12 @@ '(network-security-level (quote medium)) '(newsticker-download-logos nil) '(newsticker-frontend (quote newsticker-plainview)) + '(newsticker-keep-obsolete-items nil) '(newsticker-show-descriptions-of-new-items nil) - '(newsticker-url-list-defaults + '(newsticker-url-list (quote - (("PBP" "https://pbpython.com/feeds/all.atom.xml" nil 3600) + (("Datacamp" "https://www.datacamp.com/community/rss.xml" nil 3600 nil) + ("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) @@ -106,4 +108,5 @@ ;; If there is more than one, they won't work right. '(highlight-indentation-current-column-face ((t (:inherit hl-line)))) '(highlight-indentation-face ((t (:inherit hl-line)))) + '(show-paren-match ((t (:inherit hl-line)))) '(variable-pitch ((t (:family "Noto Sans"))))) diff --git a/bundle/display.el b/bundle/display.el index 7591a956..87c75592 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -16,11 +16,6 @@ (column-number-mode) (show-paren-mode) -(set-face-background 'show-paren-match "#4c566a") -(set-face-attribute 'show-paren-match nil - :weight 'bold :underline nil :overline nil :slant 'normal) -(set-face-foreground 'show-paren-match "#d8dee9") - (when (eq system-type 'windows-nt) (when (display-graphic-p) (add-to-list 'default-frame-alist '(undecorated . nil))