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?