From 5d6151924c29aa9587481cf0a1ba08dc08c4559a Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 3 May 2025 18:05:59 +0100 Subject: [PATCH 1/3] refactor: remake pankomacs --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index bc065a3..3f7747b 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ #+title: Pankomacs #+options: num:nil -#+html: +#+html: Pankomacs is an "opinionated opinionated emacs configuration" which uses flakes and emacs-overlay to manage packages instead of straight.el. It tries to use From 96f74527475437ce9fa553e2d1a2d6ca7742993c Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 3 May 2025 18:07:17 +0100 Subject: [PATCH 2/3] refactor: remake pankomacs --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3f7747b..fcfdc6b 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ #+title: Pankomacs -#+options: num:nil +#+options: toc:nil num:nil -#+html: +#+html: Pankomacs is an "opinionated opinionated emacs configuration" which uses flakes and emacs-overlay to manage packages instead of straight.el. It tries to use From 6110ca33b27aef7654f4acc2bb71e846d7fe82fd Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 3 May 2025 19:09:24 +0100 Subject: [PATCH 3/3] refactor: remake pankomacs --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index fcfdc6b..9938624 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ #+title: Pankomacs #+options: toc:nil num:nil -#+html: +#+html: Pankomacs is an "opinionated opinionated emacs configuration" which uses flakes and emacs-overlay to manage packages instead of straight.el. It tries to use @@ -26,15 +26,15 @@ like this: You can then, for example, use it in your NixOS configuration by using this in your NixOS configuration: #+begin_src nix - {inputs, pkgs, ...}: { - services.emacs = { - enable = true; - package = inputs.pankomacs.lib.mkPankomacs { - inherit pkgs; - emacs = pkgs.emacs-pgtk; # non-specific - }; +{ inputs, pkgs, ... }: { + services.emacs = { + enable = true; + package = inputs.pankomacs.lib.mkPankomacs { + inherit pkgs; + emacs = pkgs.emacs-pgtk; # non-specific }; - } + }; +} #+end_src * Where did the name come from?