I don't know what it will do. I'm trying out magit :p
This commit is contained in:
@@ -25,6 +25,14 @@
|
|||||||
:config
|
:config
|
||||||
(load "~/.emacs.d/elisp/emms-mpd-setup.el"))
|
(load "~/.emacs.d/elisp/emms-mpd-setup.el"))
|
||||||
|
|
||||||
|
;; RSS feeds
|
||||||
|
(use-package elfeed)
|
||||||
|
(use-package elfeed-org
|
||||||
|
:config
|
||||||
|
(elfeed-org)
|
||||||
|
(setq rmh-elfeed-org-files (list "~/.emacs.d/feeds/feeds.org")))
|
||||||
|
|
||||||
|
|
||||||
;; Programming environment
|
;; Programming environment
|
||||||
;; git
|
;; git
|
||||||
(use-package magit)
|
(use-package magit)
|
||||||
|
|||||||
Reference in New Issue
Block a user