Fix elfeed config and add emacsclient fish function
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
;;; Elfeed
|
;;; Elfeed
|
||||||
(run-with-timer 0 (* 30 60) 'elfeed-update)
|
(run-with-timer 0 (* 30 60) 'elfeed-update)
|
||||||
|
|
||||||
(setq httpd-host "0.0.0.0"
|
(setq httpd-host "0.0.0.0")
|
||||||
httpd-port 10009)
|
(setq httpd-port 10007)
|
||||||
|
|
||||||
(elfeed-web-start)
|
(elfeed-web-start)
|
||||||
|
|||||||
3
fish/.config/fish/functions/ec.fish
Normal file
3
fish/.config/fish/functions/ec.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function ec
|
||||||
|
emacsclient --nw
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user