Update some doom configs

This commit is contained in:
Colin Powell
2019-05-16 00:44:51 -04:00
parent 739c43137c
commit be047b315c
2 changed files with 9 additions and 7 deletions

View File

@ -92,9 +92,6 @@
:desc "Yank pop!" "p" #'counsel-yank-pop :desc "Yank pop!" "p" #'counsel-yank-pop
:desc "Git yank link" "g" #'git-link)) :desc "Git yank link" "g" #'git-link))
;; app/rss
(add-hook! 'elfeed-show-mode-hook (text-scale-set 1.5))
;; app/search ;; app/search
(after! web-search (after! web-search
(push '("Searx" "http://search.unbl.ink/?q=%s") (push '("Searx" "http://search.unbl.ink/?q=%s")
@ -116,8 +113,9 @@
(setq libmpdel-hostname "play.unbl.ink") (setq libmpdel-hostname "play.unbl.ink")
;; app/rss ;; app/rss
(add-hook! 'elfeed-show-mode-hook (text-scale-set 2)) (add-hook! 'elfeed-show-mode-hook (text-scale-set 1.5))
(setq rmh-elfeed-org-files (list "~/org/elfeed.org")) (setq rmh-elfeed-org-files (list "~/org/elfeed.org"))
(setq elfeed-search-filter "@1-week-ago +unread ")
;; emacs/eshell ;; emacs/eshell
(after! eshell (after! eshell

View File

@ -89,7 +89,7 @@
;;hy ; readability of scheme w/ speed of python ;;hy ; readability of scheme w/ speed of python
;;idris ; ;;idris ;
;;(java +meghanada) ; the poster child for carpal tunnel syndrome ;;(java +meghanada) ; the poster child for carpal tunnel syndrome
javascript ; all(hope(abandon(ye(who(enter(here)))))) (javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
julia ; a better, faster MATLAB julia ; a better, faster MATLAB
latex ; writing papers in Emacs has never been so fun latex ; writing papers in Emacs has never been so fun
;;ledger ; an accounting system in Emacs ;;ledger ; an accounting system in Emacs
@ -116,13 +116,17 @@
web ; the tubes web ; the tubes
;;vala ; GObjective-C ;;vala ; GObjective-C
:email
;;(mu4e +gmail) ; WIP
notmuch ; WIP
;;(wanderlust +gmail) ; WIP
;; Applications are complex and opinionated modules that transform Emacs ;; Applications are complex and opinionated modules that transform Emacs
;; toward a specific purpose. They may have additional dependencies and ;; toward a specific purpose. They may have additional dependencies and
;; should be loaded late. ;; should be loaded late.
:app :app
;;(email +gmail) ; emacs as an email client calendar
irc ; how neckbeards socialize irc ; how neckbeards socialize
notmuch
(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
;(write ; emacs as a word processor (latex + org + markdown) ;(write ; emacs as a word processor (latex + org + markdown)