about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-02-19 08:01:58 -0800
committerFranck Cuny <franck@fcuny.net>2024-02-19 08:05:58 -0800
commit54742163556ee31e46e4c4c36da32ec146969e0a (patch)
tree4bd4f4967babb809f4f9a0123e6f991fafb062af
parentdisplay flake information in a more readable format (diff)
downloadworld-54742163556ee31e46e4c4c36da32ec146969e0a.tar.gz
alias to dump info from emacs when it freezes
Diffstat (limited to '')
-rw-r--r--home/zsh.nix1
1 files changed, 1 insertions, 0 deletions
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 = {