Change font size, add a feed, configure nil, install lispy
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;;; 05-basic.el --- Setup some basics. -*- no-byte-compile: t; lexical-binding: t; -*-
|
||||
|
||||
;; Setup the font
|
||||
(set-face-attribute 'default nil :height 140 :font "Iosevka Nerd Font" :weight 'normal)
|
||||
(set-face-attribute 'default nil :height 120 :font "Iosevka Nerd Font" :weight 'normal)
|
||||
|
||||
;; I use narrowing, I am a mature emacs user! I do not need the hand-holding
|
||||
;; (usually).
|
||||
@@ -83,22 +83,35 @@
|
||||
:config (direnv-mode))
|
||||
|
||||
;; RSS reader
|
||||
(use-package elfeed
|
||||
(use-package
|
||||
elfeed
|
||||
:ensure t
|
||||
:defer t
|
||||
:commands (elfeed)
|
||||
:init
|
||||
(setq elfeed-feeds
|
||||
'(("https://sachachua.com/blog/category/emacs-news/feed" emacs)
|
||||
("https://planet.emacslife.com/atom.xml" emacs)
|
||||
("https://ria.ru/export/rss2/archive/index.xml" ru-news)
|
||||
("https://rssexport.rbc.ru/rbcnews/news/30/full.rss" ru-news)
|
||||
("https://lenta.ru/rss" ru-news)
|
||||
("https://rg.ru/xml/index.xml" ru-news)
|
||||
("https://portamur.ru/news/rss.php" ru-news local-news)
|
||||
("https://kagi.com/smallweb/appreciated" small-web)
|
||||
("https://kagi.com/api/v1/smallweb/feed/?gh" small-web)
|
||||
("https://scour.ing/@DiToast/rss.xml" scour)))
|
||||
:init (setq elfeed-feeds
|
||||
'((http://feeds.nightvalepresents.com/welcometonightvalepodcast
|
||||
nightvale)
|
||||
("https://sachachua.com/blog/category/emacs-news/feed"
|
||||
emacs)
|
||||
("https://planet.emacslife.com/atom.xml"
|
||||
emacs)
|
||||
("https://ria.ru/export/rss2/archive/index.xml"
|
||||
ru-news)
|
||||
("https://rssexport.rbc.ru/rbcnews/news/30/full.rss"
|
||||
ru-news)
|
||||
("https://lenta.ru/rss"
|
||||
ru-news)
|
||||
("https://rg.ru/xml/index.xml"
|
||||
ru-news)
|
||||
("https://portamur.ru/news/rss.php"
|
||||
ru-news
|
||||
local-news)
|
||||
("https://kagi.com/smallweb/appreciated"
|
||||
small-web)
|
||||
("https://kagi.com/api/v1/smallweb/feed/?gh"
|
||||
small-web)
|
||||
("https://scour.ing/@DiToast/rss.xml"
|
||||
scour)))
|
||||
:bind (("C-c f" . elfeed)))
|
||||
|
||||
;; Setting this to true makes it so that Emacs saves existing clipboard text
|
||||
|
||||
Reference in New Issue
Block a user