summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/emacs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix
index 3b83b854..5b703ce7 100644
--- a/user/settings/emacs.nix
+++ b/user/settings/emacs.nix
@@ -62,6 +62,7 @@ in
 
         http = "xh";
         https = "xh --default-scheme https $*";
+        xhs = "xh --default-scheme https $*";
 
         ava = "npx ava $*";
         bunyan = "npx bunyan $*";