Cleaning up Doom.

This commit is contained in:
Derek Taylor
2021-03-20 21:57:45 -05:00
parent 937bac3a9a
commit 585823b374
4 changed files with 32 additions and 49 deletions

View File

@@ -49,24 +49,21 @@
(map! :leader (map! :leader
:desc "Load new theme" "h t" #'counsel-load-theme) :desc "Load new theme" "h t" #'counsel-load-theme)
(custom-set-variables (setq elfeed-feeds '(("https://www.reddit.com/r/linux.rss" reddit linux)
'(elfeed-feeds ("https://www.gamingonlinux.com/article_rss.php" gaming linux)
(quote ("https://hackaday.com/blog/feed/" hackaday linux)
(("https://www.reddit.com/r/linux.rss" reddit linux) ("https://opensource.com/feed" opensource linux)
("https://www.gamingonlinux.com/article_rss.php" gaming linux) ("https://linux.softpedia.com/backend.xml" softpedia linux)
("https://hackaday.com/blog/feed/" hackaday linux) ("https://itsfoss.com/feed/" itsfoss linux)
("https://opensource.com/feed" opensource linux) ("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux)
("https://linux.softpedia.com/backend.xml" softpedia linux) ("https://www.phoronix.com/rss.php" phoronix linux)
("https://itsfoss.com/feed/" itsfoss linux) ("http://feeds.feedburner.com/d0od" omgubuntu linux)
("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux) ("https://www.computerworld.com/index.rss" computerworld linux)
("https://www.phoronix.com/rss.php" phoronix linux) ("https://www.networkworld.com/category/linux/index.rss" networkworld linux)
("http://feeds.feedburner.com/d0od" omgubuntu linux) ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux)
("https://www.computerworld.com/index.rss" computerworld linux) ("https://betanews.com/feed" betanews linux)
("https://www.networkworld.com/category/linux/index.rss" networkworld linux) ("http://lxer.com/module/newswire/headlines.rss" lxer linux)
("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux) ("https://distrowatch.com/news/dwd.xml" distrowatch linux)))
("https://betanews.com/feed" betanews linux)
("http://lxer.com/module/newswire/headlines.rss" lxer linux)
("https://distrowatch.com/news/dwd.xml" distrowatch linux)))))
(emms-all) (emms-all)
(emms-default-players) (emms-default-players)

View File

@@ -130,24 +130,21 @@ Setting the theme to doom-one. To try out new themes, I set a keybinding for co
An RSS newsfeed reader for Emacs. An RSS newsfeed reader for Emacs.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(custom-set-variables (setq elfeed-feeds '(("https://www.reddit.com/r/linux.rss" reddit linux)
'(elfeed-feeds ("https://www.gamingonlinux.com/article_rss.php" gaming linux)
(quote ("https://hackaday.com/blog/feed/" hackaday linux)
(("https://www.reddit.com/r/linux.rss" reddit linux) ("https://opensource.com/feed" opensource linux)
("https://www.gamingonlinux.com/article_rss.php" gaming linux) ("https://linux.softpedia.com/backend.xml" softpedia linux)
("https://hackaday.com/blog/feed/" hackaday linux) ("https://itsfoss.com/feed/" itsfoss linux)
("https://opensource.com/feed" opensource linux) ("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux)
("https://linux.softpedia.com/backend.xml" softpedia linux) ("https://www.phoronix.com/rss.php" phoronix linux)
("https://itsfoss.com/feed/" itsfoss linux) ("http://feeds.feedburner.com/d0od" omgubuntu linux)
("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux) ("https://www.computerworld.com/index.rss" computerworld linux)
("https://www.phoronix.com/rss.php" phoronix linux) ("https://www.networkworld.com/category/linux/index.rss" networkworld linux)
("http://feeds.feedburner.com/d0od" omgubuntu linux) ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux)
("https://www.computerworld.com/index.rss" computerworld linux) ("https://betanews.com/feed" betanews linux)
("https://www.networkworld.com/category/linux/index.rss" networkworld linux) ("http://lxer.com/module/newswire/headlines.rss" lxer linux)
("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux) ("https://distrowatch.com/news/dwd.xml" distrowatch linux)))
("https://betanews.com/feed" betanews linux)
("http://lxer.com/module/newswire/headlines.rss" lxer linux)
("https://distrowatch.com/news/dwd.xml" distrowatch linux)))))
#+END_SRC #+END_SRC
* EMMS * EMMS

View File

@@ -35,7 +35,7 @@
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra ;;hydra
;;indent-guides ; highlighted indent columns ;;indent-guides ; highlighted indent columns
;;ligatures ; ligatures and symbols to make your code pretty again (ligatures +extras) ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side ;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions ;;nav-flash ; blink cursor line after big motions
@@ -179,15 +179,9 @@
emms emms
;;everywhere ; *leave* Emacs!? You must be joking ;;everywhere ; *leave* Emacs!? You must be joking
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize
;;(rss +org) ; emacs as an RSS reader (rss +org) ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought ;;twitter ; twitter client https://twitter.com/vnought
;; :emms
;; emms-setup
;; emms-info
;; emms-cue
;; emms-mode-line
:config :config
literate literate
(default +bindings +smartparens)) (default +bindings +smartparens))

View File

@@ -48,24 +48,19 @@
;(unpin! pinned-package another-pinned-package) ;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t) ;(unpin! t)
(package! all-the-icons-dired)
(package! flycheck-aspell) (package! flycheck-aspell)
(package! async) (package! async)
(package! dired-open) (package! dired-open)
(package! dmenu) (package! dmenu)
(package! elfeed)
(package! elpher) (package! elpher)
;;(package! emms)
(package! emojify) (package! emojify)
(package! evil-tutor) (package! evil-tutor)
(package! ivy-posframe) (package! ivy-posframe)
(package! mastodon) (package! mastodon)
(package! org-bullets) (package! org-bullets)
;;(package! org-ql)
(package! peep-dired) (package! peep-dired)
(package! pianobar) (package! pianobar)
(package! rainbow-mode) (package! rainbow-mode)
(package! resize-window) (package! resize-window)
(package! tldr) (package! tldr)
(package! wc-mode) (package! wc-mode)
;;(package! writeroom-mode)