Compare commits

...

2 Commits

Author SHA1 Message Date
91e2a5430d macport not avail for emacs-30, use regular/native 2025-03-13 11:39:50 -04:00
80eb9e5e07 rainbowmode 2025-03-13 11:30:26 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
outputs = { self, nixpkgs, flake-utils, emacs-overlay }: let
mkEmacs = pkgs: v: wayland: pkgs.emacsWithPackagesFromUsePackage {
config = ./main.org;
package = (pkgs."${v}${if pkgs.stdenv.isDarwin then "-macport" else (if wayland then "-pgtk" else "")}").overrideAttrs (old: {
package = (pkgs."${v}${if pkgs.stdenv.isDarwin then "" else (if wayland then "-pgtk" else "")}").overrideAttrs (old: {
passthru = old.passthru // {
treeSitter = true;
};

View File

@@ -268,6 +268,8 @@ We all know the web is the future, obviously, of course.
"\\.tsx?\\'")
(leaf php-mode
:ensure t)
(leaf rainbow-mode
:ensure t)
#+end_src
* D2