From d9fabe5d166c1090b982a0eef49408d4b195d9a1 Mon Sep 17 00:00:00 2001 From: Jonathan Lai Date: Tue, 26 Mar 2024 12:39:32 -0700 Subject: [PATCH] Changes to update in accordance with CI --- .github/workflows/main.yml | 6 +++--- README.org | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9fb946..c046054 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 @@ -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" diff --git a/README.org b/README.org index 9a481ab..7064c14 100644 --- a/README.org +++ b/README.org @@ -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 @@ -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. @@ -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 @@ -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