Update emacs config

This commit is contained in:
Colin Powell
2019-05-13 00:17:20 -04:00
parent 4e6b191afe
commit 218f174df9
4 changed files with 21 additions and 2 deletions

View 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)

View 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")

View File

@ -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

View File

@ -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)