Compare commits
2 commits
51544c68a3
...
24ae60a3fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 24ae60a3fe | |||
| c308c70205 |
3 changed files with 8 additions and 0 deletions
|
|
@ -87,6 +87,8 @@
|
||||||
|
|
||||||
(use-package! org-ql)
|
(use-package! org-ql)
|
||||||
|
|
||||||
|
(use-package! elfeed-web)
|
||||||
|
|
||||||
(setq ak/bibliography (list (concat org-directory "references.bib")))
|
(setq ak/bibliography (list (concat org-directory "references.bib")))
|
||||||
;(setq org-cite-global-bibliography (list (concat org-directory "references.bib")))
|
;(setq org-cite-global-bibliography (list (concat org-directory "references.bib")))
|
||||||
(setq! bibtex-completion-bibliography ak/bibliography)
|
(setq! bibtex-completion-bibliography ak/bibliography)
|
||||||
|
|
|
||||||
|
|
@ -68,3 +68,4 @@
|
||||||
(package! denote)
|
(package! denote)
|
||||||
(package! org-super-agenda)
|
(package! org-super-agenda)
|
||||||
(package! org-ql)
|
(package! org-ql)
|
||||||
|
(package! elfeed-web)
|
||||||
|
|
|
||||||
|
|
@ -196,6 +196,11 @@ in {
|
||||||
proxyPass = "http://127.0.0.1:8000/";
|
proxyPass = "http://127.0.0.1:8000/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
locations."/elfeed" = {
|
||||||
|
proxyPass = "http://127.0.0.1:8080/elfeed";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"www.jakalx.net" = {
|
"www.jakalx.net" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue