From 65380e5f120ff07effe8afdddb82b46b32c46bd7 Mon Sep 17 00:00:00 2001 From: jgrogan Date: Wed, 28 Aug 2024 12:46:05 +0100 Subject: [PATCH] Add some notes from bookmarks --- doc/emacs_notes.md | 11 +++++++++++ doc/forgejo.md | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/doc/emacs_notes.md b/doc/emacs_notes.md index 15a2e8c..71bc156 100644 --- a/doc/emacs_notes.md +++ b/doc/emacs_notes.md @@ -67,3 +67,14 @@ Install language LSP server: ``` brew install python-lsp-server ``` + +## Further Reading ## + +* [Markdown Mode Book - Plaintext](https://github.com/jrblevin/markdown-mode-guide/blob/master/manuscript/guide.txt) +* [Emacs config for publishing](https://github.com/pprevos/emacs-writing-studio) +* [Emacs reference card](https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf) +* [Yasnippet repo](https://github.com/joaotavora/yasnippet) +* [Emacs Python](https://realpython.com/emacs-the-best-python-editor/) +* [Effective Emacs](https://sites.google.com/site/steveyegge2/effective-emacs) +* [Latex with emacs](https://michaelneuper.com/posts/efficient-latex-editing-with-emacs/) + diff --git a/doc/forgejo.md b/doc/forgejo.md index 9c1f6a1..de6a290 100644 --- a/doc/forgejo.md +++ b/doc/forgejo.md @@ -1,6 +1,22 @@ +# Forgejo # +For git ssh requires PAM active in ssh config. + +# Actions # + +Podman requires `slirn4netns` package to be installed. + +Launching podman service and runner: + +```sh +podman system service -t 0 unix:///tmp/podman.sock& +DOCKER_HOST=unix:///tmp/podman.sock ./forgejo-runner daemon +``` + +I also needed to remove the dir under: /run/user/1000/netns/ + # Further Reading # * Admin guide: https://forgejo.org/docs/latest/admin/