Skip to content

Commit

Permalink
chore: adapt sync emacs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Dec 15, 2024
1 parent 4232360 commit fb2d5ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ I have removed most of the machines from this section. What remains are some hos
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
flakePath = "/.dotfiles";
flakePath = "~/.dotfiles";
server = {
enable = true;
forgejo = true;
Expand Down
2 changes: 1 addition & 1 deletion hosts/nixos/sync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ in
hasFingerprint = false;
impermanence = false;
isBtrfs = false;
flakePath = "/.dotfiles";
flakePath = "~/.dotfiles";
server = {
enable = true;
forgejo = true;
Expand Down
10 changes: 5 additions & 5 deletions programs/emacs/server.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)

(add-to-list 'package-archives
'("marmalade" .
"http://marmalade-repo.org/packages/"))
;; (add-to-list 'package-archives
;; '("marmalade" .
;; "http://marmalade-repo.org/packages/"))

(package-initialize)

Expand Down Expand Up @@ -43,7 +43,7 @@
:ensure t
:config
(elfeed-org)
(setq rmh-elfeed-org-files (list "/Vault/data/syncthing/.elfeed/elfeed.org"))
(setq rmh-elfeed-org-files (list "/var/lib/syncthing/.elfeed/elfeed.org"))
)

;; Laod elfeed-goodies
Expand Down 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 fb2d5ee

Please sign in to comment.