Jelajahi Sumber

Fix elfeed config and add emacsclient fish function

Colin Powell 6 tahun lalu
induk
melakukan
7460c6b6a6
2 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 2 2
      emacs/.config/doom/+elfeed.el
  2. 3 0
      fish/.config/fish/functions/ec.fish

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

@@ -1,7 +1,7 @@
 ;;; Elfeed
 (run-with-timer 0 (* 30 60) 'elfeed-update)
 
-(setq httpd-host "0.0.0.0"
-      httpd-port 10009)
+(setq httpd-host "0.0.0.0")
+(setq httpd-port 10007)
 
 (elfeed-web-start)

+ 3 - 0
fish/.config/fish/functions/ec.fish

@@ -0,0 +1,3 @@
+function ec
+	emacsclient --nw
+end