summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-03-21 15:07:17 -0300
committerLeonardo Santiago <[email protected]>2025-03-21 15:07:17 -0300
commitaa50c1053013eecf433b52378a128a76b1102ef3 (patch)
tree5f1122baf274407703487cf2317245da786a93ec
parentcf92b907eab4faef2a08e371375f4cf599eb5269 (diff)
fix: update emacs
-rw-r--r--flake.lock26
-rw-r--r--modules/emacs/README.org1
-rw-r--r--modules/emacs/default.nix2
3 files changed, 15 insertions, 14 deletions
diff --git a/flake.lock b/flake.lock
index c23127d..9917de3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -75,11 +75,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
- "lastModified": 1737622935,
- "narHash": "sha256-+4TRPKuiAichJ9xmEOiWb2+5vpZl2PoH3/HTUVz5niA=",
+ "lastModified": 1742141988,
+ "narHash": "sha256-WZwtJw7Z9mjdUui37dgQciT8I62+Gu2MVFl7OA99eb0=",
"owner": "nix-community",
"repo": "emacs-overlay",
- "rev": "e2c7b1cdaa973f5bb3c905f4d236f598949a727d",
+ "rev": "1f50951e95b896fb6fbe9388914d4838909e91b1",
"type": "github"
},
"original": {
@@ -261,11 +261,11 @@
"nixpkgs_old": "nixpkgs_old"
},
"locked": {
- "lastModified": 1741785279,
- "narHash": "sha256-V7lixHdVVEIVI+GFeImlGeaEdmAH2OnJeiQCmiuyDH8=",
+ "lastModified": 1742131947,
+ "narHash": "sha256-8PiUFsN6gCVdA3FHOIu8T4ZMXoxoK0lrt+OpB4h8D48=",
"ref": "refs/heads/master",
- "rev": "ca8d33bea787fb5f78a16867f6c862a6df792f6c",
- "revCount": 71198,
+ "rev": "5c813c90bb600fcc53d894b63eea2a90e5e71b39",
+ "revCount": 71291,
"type": "git",
"url": "ssh://[email protected]/mixrank/mixrank"
},
@@ -419,11 +419,11 @@
},
"nixpkgs-stable": {
"locked": {
- "lastModified": 1737404927,
- "narHash": "sha256-e1WgPJpIYbOuokjgylcsuoEUCB4Jl2rQXa2LUD6XAG8=",
+ "lastModified": 1741862977,
+ "narHash": "sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB+ikn74/xQoNrGQ=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "ae584d90cbd0396a422289ee3efb1f1c9d141dc3",
+ "rev": "cdd2ef009676ac92b715ff26630164bb88fec4e0",
"type": "github"
},
"original": {
@@ -483,11 +483,11 @@
},
"nixpkgs_5": {
"locked": {
- "lastModified": 1737062831,
- "narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
+ "lastModified": 1742069588,
+ "narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
+ "rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
"type": "github"
},
"original": {
diff --git a/modules/emacs/README.org b/modules/emacs/README.org
index 210b00b..609c780 100644
--- a/modules/emacs/README.org
+++ b/modules/emacs/README.org
@@ -420,6 +420,7 @@ Actual mu4e definition
(mu4e-change-filenames-when-moving t)
(mu4e-update-interval (* 5 60))
(mu4e-get-mail-command "parallel mbsync ::: personal work university")
+ (mu4e-compose-format-flowed t)
(mu4e-headers-fields
'((:human-date . 10)
(:flags . 6)
diff --git a/modules/emacs/default.nix b/modules/emacs/default.nix
index 9081014..c4f3c05 100644
--- a/modules/emacs/default.nix
+++ b/modules/emacs/default.nix
@@ -16,7 +16,7 @@ let
# );
# config-el = pkgs.writeText "config.el" (org-tangle-elisp-blocks (builtins.readFile ./README.org));
emacs = pkgs.emacsWithPackagesFromUsePackage {
- package = pkgs.emacs.override {
+ package = pkgs.emacs-unstable.override {
withGTK3 = true;
withNativeCompilation = true;
withAlsaLib = true;