From 54742163556ee31e46e4c4c36da32ec146969e0a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 19 Feb 2024 08:01:58 -0800 Subject: alias to dump info from emacs when it freezes --- home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zsh.nix b/home/zsh.nix index 80a1ab8..b14c5f2 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -34,6 +34,7 @@ la = "ls -ltrha --color=auto"; pkgsearch = "nix search nixpkgs"; flup = "nix flake update --commit-lock-file"; + emacsrescue = "pkill -SIGUSR2 emacs"; # then `M-x toggle-debug-on-quit` }; oh-my-zsh = { -- cgit 1.4.1