Testing nix-doom-emacs fork with simple pgtk patch

This commit is contained in:
Emmet 2023-08-14 13:18:42 -05:00
parent aafb55c79d
commit 7cf0aa41f5
5 changed files with 17 additions and 15 deletions

View file

@ -7,7 +7,7 @@ in
services.emacs.enable = true;
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs28-gtk2;
emacsPackage = pkgs.emacs29-pgtk;
doomPrivateDir = ./.;
# This block from https://github.com/znewman01/dotfiles/blob/be9f3a24c517a4ff345f213bf1cf7633713c9278/emacs/default.nix#L12-L34
# Only init/packages so we only rebuild when those change.

View file

@ -1349,7 +1349,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo
:lang
;;agda ; types of types of types of types...
;;beancount ; mind the GAAP
cc ; C > C++ == 1
;;cc ; C > C++ == 1
;;clojure ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
@ -1480,7 +1480,7 @@ in
services.emacs.enable = true;
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs28-gtk2;
emacsPackage = pkgs.emacs29-pgtk;
doomPrivateDir = ./.;
# This block from https://github.com/znewman01/dotfiles/blob/be9f3a24c517a4ff345f213bf1cf7633713c9278/emacs/default.nix#L12-L34
# Only init/packages so we only rebuild when those change.

View file

@ -97,7 +97,7 @@
:lang
;;agda ; types of types of types of types...
;;beancount ; mind the GAAP
cc ; C > C++ == 1
;;cc ; C > C++ == 1
;;clojure ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs