Update emacs config
This commit is contained in:
7
emacs/.config/doom/+elfeed.el
Normal file
7
emacs/.config/doom/+elfeed.el
Normal file
@ -0,0 +1,7 @@
|
||||
;;; Elfeed
|
||||
(run-with-timer 0 (* 30 60) 'elfeed-update)
|
||||
|
||||
(setq httpd-host "0.0.0.0"
|
||||
httpd-port 10009)
|
||||
|
||||
(elfeed-web-start)
|
||||
8
emacs/.config/doom/+org-cal.el
Normal file
8
emacs/.config/doom/+org-cal.el
Normal file
@ -0,0 +1,8 @@
|
||||
;;; ~/.dotfiles/emacs/.config/doom/org-caldav.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; org-caldav
|
||||
(setq org-caldav-url "https://box.onec.me/cloud/remote.php/dav/calendars/colin@onec.me"
|
||||
org-caldav-calendar-id "personal"
|
||||
org-icalendar-timezone "America/New_York"
|
||||
org-caldav-debug-level 2
|
||||
org-caldav-inbox "~/org/cal.org")
|
||||
@ -140,11 +140,12 @@
|
||||
message-sendmail-envelope-from 'header
|
||||
mail-envelope-from 'header)
|
||||
|
||||
;; tools/org
|
||||
;; org
|
||||
(load! "+org") ;; Org mode stuff like todos and rebindings
|
||||
(load! "+org-gcal")
|
||||
(load! "+org-cal")
|
||||
|
||||
;; other
|
||||
(load! "+elfeed")
|
||||
(load! "+mail") ;; Mail stuff
|
||||
(load! "+ranger")
|
||||
(load! "+wttrin") ;; Weather config
|
||||
|
||||
@ -52,6 +52,9 @@
|
||||
(package! web-search)
|
||||
(package! mpdel)
|
||||
(package! ivy-mpdel)
|
||||
(package! org-caldav)
|
||||
(package! elfeed-goodies)
|
||||
(package! elfeed-web)
|
||||
|
||||
;; modes!
|
||||
(package! terraform-mode)
|
||||
|
||||
Reference in New Issue
Block a user