Some fairly minimal changes
This commit is contained in:
@@ -85,17 +85,6 @@
|
||||
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"
|
||||
@@ -108,13 +97,6 @@
|
||||
;; into kill ring before replacing it.
|
||||
(setq save-interprogram-paste-before-kill t)
|
||||
|
||||
;; Windmove family of commands allow easy navigation when there is more than two
|
||||
;; buffers on screen.
|
||||
(keymap-global-set "C-S-<left>" 'windmove-left)
|
||||
(keymap-global-set "C-S-<right>" 'windmove-right)
|
||||
(keymap-global-set "C-S-<up>" 'windmove-up)
|
||||
(keymap-global-set "C-S-<down>" 'windmove-down)
|
||||
|
||||
;; Compile command allows to easily run noninteractive commands, among other
|
||||
;; things, like, you know, compiling stuff.
|
||||
(keymap-global-set "C-c l" 'compile)
|
||||
|
||||
Reference in New Issue
Block a user