Update custom file
This commit is contained in:
parent
a5d0f8c628
commit
adf7ad67a2
2 changed files with 5 additions and 7 deletions
|
@ -59,10 +59,12 @@
|
||||||
'(network-security-level (quote medium))
|
'(network-security-level (quote medium))
|
||||||
'(newsticker-download-logos nil)
|
'(newsticker-download-logos nil)
|
||||||
'(newsticker-frontend (quote newsticker-plainview))
|
'(newsticker-frontend (quote newsticker-plainview))
|
||||||
|
'(newsticker-keep-obsolete-items nil)
|
||||||
'(newsticker-show-descriptions-of-new-items nil)
|
'(newsticker-show-descriptions-of-new-items nil)
|
||||||
'(newsticker-url-list-defaults
|
'(newsticker-url-list
|
||||||
(quote
|
(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)
|
("Planet Python" "https://planetpython.org/rss20.xml" nil 3600)
|
||||||
("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600)
|
("lucumr" "http://lucumr.pocoo.org/feed.atom" nil 3600)
|
||||||
("doughellmann" "https://doughellmann.com/blog/feed/" 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.
|
;; If there is more than one, they won't work right.
|
||||||
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
||||||
'(highlight-indentation-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")))))
|
'(variable-pitch ((t (:family "Noto Sans")))))
|
||||||
|
|
|
@ -16,11 +16,6 @@
|
||||||
(column-number-mode)
|
(column-number-mode)
|
||||||
(show-paren-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 (eq system-type 'windows-nt)
|
||||||
(when (display-graphic-p)
|
(when (display-graphic-p)
|
||||||
(add-to-list 'default-frame-alist '(undecorated . nil))
|
(add-to-list 'default-frame-alist '(undecorated . nil))
|
||||||
|
|
Loading…
Add table
Reference in a new issue