Jelajahi Sumber

Update some doom configs

Colin Powell 6 tahun lalu
induk
melakukan
be047b315c
2 mengubah file dengan 9 tambahan dan 7 penghapusan
  1. 2 4
      emacs/.config/doom/config.el
  2. 7 3
      emacs/.config/doom/init.el

+ 2 - 4
emacs/.config/doom/config.el

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

+ 7 - 3
emacs/.config/doom/init.el

@@ -89,7 +89,7 @@
        ;;hy                ; readability of scheme w/ speed of python
        ;;idris             ;
        ;;(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
        latex               ; writing papers in Emacs has never been so fun
        ;;ledger            ; an accounting system in Emacs
@@ -116,13 +116,17 @@
        web                 ; the tubes
        ;;vala              ; GObjective-C
 
+       :email
+       ;;(mu4e +gmail)       ; WIP
+       notmuch             ; WIP
+       ;;(wanderlust +gmail) ; WIP
+
        ;; Applications are complex and opinionated modules that transform Emacs
        ;; toward a specific purpose. They may have additional dependencies and
        ;; should be loaded late.
        :app
-       ;;(email +gmail)    ; emacs as an email client
+       calendar
        irc               ; how neckbeards socialize
-       notmuch
        (rss +org)        ; emacs as an RSS reader
        ;;twitter           ; twitter client https://twitter.com/vnought
        ;(write            ; emacs as a word processor (latex + org + markdown)