Skip to content

Commit

Permalink
Changes to update in accordance with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agsdot committed Mar 26, 2024
1 parent ca6bddb commit d9fabe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Prepare Docker Images
run: |
docker pull silex/emacs:29.1-alpine
docker pull silex/emacs:29.3-alpine
docker pull dkhamsing/awesome_bot:1.20.0
check_toc_with_emacs:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Check Table of Contents Generation
run: |
EMACS="docker run -i --rm -v $(pwd):$(pwd) -w $(pwd) silex/emacs:29.1-alpine emacs"
EMACS="docker run -i --rm -v $(pwd):$(pwd) -w $(pwd) silex/emacs:29.3-alpine emacs"
$EMACS --version
$EMACS README.org -Q -batch --eval \
"(progn
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
run: |
AWESOME_BOT="docker run -i --rm -v $(pwd):$(pwd):rw -w $(pwd) dkhamsing/awesome_bot:1.20.0"
$AWESOME_BOT --version
ALLOWED_LINKS="awesome.re,melpa,reddit,ternjs,Matching.html"
ALLOWED_LINKS="awesome.re,emmet,melpa,reddit,ternjs,Matching.html"
$AWESOME_BOT README.org --request-delay 0.05 --allow-ssl --white-list "$ALLOWED_LINKS"
9 changes: 5 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ External Guides:

- [[https://github.com/s-kostyaev/ellama][Ellama]] - Emacs plugin for [[https://github.com/ollama/ollama][Ollama]], which has both code completion and refactoring capabilities, running on the CPU and with experimental AMD GPU support.
- [[https://github.com/ragnard/tabby-mode][tabby-mode]] - Emacs interface for [[https://tabby.tabbyml.com][Tabby]], an OpenSource self-hosted coding assistant with support for CPU and AMD GPU.
- [[https://github.com/zerolfx/copilot.el][Copilot.el]] - an Emacs plugin for GitHub Copilot.
- [[https://github.com/copilot-emacs/copilot.el][Copilot.el]] - an Emacs plugin for GitHub Copilot.

*** ChatGPT

Expand Down Expand Up @@ -1095,7 +1095,7 @@ For additional git-related emacs packages to use or to get inspiration from, tak
*** Package Configuration

- [[https://github.com/jwiegley/use-package][use-package]] - =[built-in]= A declaration macro to isolate package configuration in a way that is performance-oriented and tidy.
- [[https://github.com/edvorg/req-package][req-package]] - A use-package wrapper for package runtime dependencies management.
- [[https://github.com/emacsorphanage/req-package][req-package]] - A use-package wrapper for package runtime dependencies management.
- [[https://github.com/conao3/leaf.el][leaf]] - Flexible, declarative, and modern init.el package configuration.
- [[https://github.com/emacscollective/no-littering][no-littering]] - Help keeping ~/.emacs.d clean.

Expand Down Expand Up @@ -1230,7 +1230,7 @@ For additional git-related emacs packages to use or to get inspiration from, tak
- [[https://git.sr.ht/~technomancy/better-defaults][better-defaults]] - A small number of better defaults for Emacs.
- [[https://github.com/xiaohanyu/oh-my-emacs][Oh-My-Emacs]] - Provide an awesome, out-of-box, literate dotemacs for both newbies and nerds.
- [[https://github.com/senny/cabbage][Cabbage]] - Get the maximum out of emacs http://senny.github.io/cabbage/.
- [[https://github.com/daviwil/emacs-from-scratch][Emacs From Scratch]] - Custom Emacs configuration that you can use as inspiration when building your own. There's a YouTube [[https://www.youtube.com/playlist?list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ][playlist]] showing development of this kit.
- [[https://github.com/daviwil/emacs-from-scratch][Emacs From Scratch]] - Custom Emacs configuration that you can use as inspiration when building your own.
- [[https://github.com/technomancy/emacs-starter-kit][Emacs Starter Kit]] - A prose guide to various packages and settings which can greatly improve the Emacs experience.

#+BEGIN_QUOTE
Expand All @@ -1246,7 +1246,8 @@ For additional git-related emacs packages to use or to get inspiration from, tak
- [[https://caiorss.github.io/Emacs-Elisp-Programming/][Emacs In a Box]] - A tutorial for emacs lisp and emacs customization.
- [[https://www.youtube.com/watch?v=rCMh7srOqvw&list=PLhXZp00uXBk4np17N39WvB80zgxlZfVwj][Emacs Doom Screencast]] - A video tutorial for emacs doom made by @zaiste.
- [[https://github.com/jtmoulia/elisp-koans][elisp-koans]] - A tour of emacs lisp via test-driven development.
- [[https://www.youtube.com/watch?v=74zOY-vgkyw&list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ][Emacs From Scratch]] - A series of videos showing how to build an advanced Emacs configuration from scratch by David Wilson ([[https://github.com/daviwil][@daviwil]]).
- [[https://www.youtube.com/playlist?list=PLEoMzSkcN8oPH1au7H6B7bBJ4ZO7BXjSZ ][Emacs From Scratch]] - A series of videos showing how to build an advanced Emacs configuration from scratch by David Wilson ([[https://github.com/daviwil][@daviwil]]).


** Links and resources

Expand Down

0 comments on commit d9fabe5

Please sign in to comment.