Skip to content

Commit

Permalink
chore: emacs fin
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Dec 15, 2024
1 parent f186dd9 commit 808561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/emacs/server.el
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

(setq httpd-port 9812) ; replace NNNNN with a port equalling your start port + 10 (or whatever)
(setq httpd-host "0.0.0.0") ; replace NNNNN with a port equalling your start port + 10 (or whatever)
(setq httpd-root "/home/swarsel/.emacs.d/elpa/elfeed-web-20240729.1741/") ; replace NNNNN with a port equalling your start port + 10 (or whatever)
(setq httpd-root "/root/.emacs.d/elpa/elfeed-web-20240729.1741/") ; replace NNNNN with a port equalling your start port + 10 (or whatever)

(httpd-start)
(elfeed-web-start)
Expand Down

0 comments on commit 808561f

Please sign in to comment.