From 7c265ff05b15e418f0c03d329a8eba351ca4c5b4 Mon Sep 17 00:00:00 2001 From: gs-101 <172639817+gs-101@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:17:31 -0300 Subject: [PATCH 1/2] Add golden-ratio.el --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 6b0b6f3..a5823ef 100644 --- a/README.org +++ b/README.org @@ -221,6 +221,7 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g **** Layout - [[https://www.emacswiki.org/emacs/WinnerMode][winner]] - =[built-in]= "Undo"(and "redo") changes in the window configuration with the key commands. + - [[https://github.com/roman/golden-ratio.el][golden-ratio.el]] - Automatically resizes windows based on the [[https://en.wikipedia.org/wiki/Golden_ratio][golden ratio]]. - [[https://github.com/knu/elscreen][ElScreen]] - Utility for multiple screens. - [[https://github.com/cyrus-and/zoom][Zoom]] - Fixed and automatic balanced window layout for Emacs. From fad4d396290c428368d96cdd683d599fc8ecc060 Mon Sep 17 00:00:00 2001 From: gs-101 <172639817+gs-101@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:16:30 -0300 Subject: [PATCH 2/2] Fix CI Fix CI by referring to awesome-elisp by its new URL. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index a5823ef..b3da4f9 100644 --- a/README.org +++ b/README.org @@ -1296,7 +1296,7 @@ For additional git-related emacs packages to use or to get inspiration from, tak - [[http://endlessparentheses.com/][Endless Parentheses]] - Concise ramblings on Emacs productivity. - [[http://whattheemacsd.com/][What the .emacs.d!?]] - Sharing Emacs snippets and pastes with others. - [[https://hackr.io/tutorials/learn-emacs][Community Curated Emacs Resources]] - Top Recommended Resources. - - [[https://github.com/p3r7/awesome-elisp][awesome-elisp]] - An awesome list for Elisp development. + - [[https://github.com/emacs-tw/awesome-elisp][awesome-elisp]] - An awesome list for Elisp development. - [[https://github.com/alphapapa/emacs-package-dev-handbook][emacs-package-dev-handbook]] - A handbook for package developers. - [[http://ergoemacs.org/index.html][ErgoEmacs]] - Emacs/Emacs Lisp tutorials. - [[https://emacsdocs.org/][Emacs Docs]] - The modern documentation website Emacs deserves.