.emacs.d

My Emacs configuration files.
Log | Files | Refs | README

commit cf99e0145aca1b4d156331ff4f3db1550c9d53ac
parent 704048867937bf9be60dad92092a8176f3cff311
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date:   Wed, 12 Dec 2018 10:30:13 -0500

Add a partial to deal feed syndication feeds

Diffstat:
Apartials/feed.el | 13+++++++++++++
Mpartials/ui-ux.el | 4++--
2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/partials/feed.el b/partials/feed.el @@ -0,0 +1,13 @@ +;; +;; SYNDICATION FEEDS CONFIGS +;; + +(use-package elfeed + ;; an Emacs Atom/RSS feed reader + :ensure t + :pin melpa) + +(use-package elfeed-org + ;; Configure elfeed with one or more org-mode files + :ensure t + :pin melpa) diff --git a/partials/ui-ux.el b/partials/ui-ux.el @@ -23,8 +23,8 @@ ;; Dracula Theme. :ensure t :pin melpa - ;;:config - ;;(load-theme 'dracula t) + :config + (load-theme 'dracula t) ) (use-package which-key