From a78f7afd783f38dfdcda2418699b0aeab1bc6be9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Apr 2022 17:45:02 -0700 Subject: add nix to the languages for github search --- emacs/elisp/my-web.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/elisp') diff --git a/emacs/elisp/my-web.el b/emacs/elisp/my-web.el index 75951f4..4e86790 100644 --- a/emacs/elisp/my-web.el +++ b/emacs/elisp/my-web.el @@ -22,7 +22,7 @@ (interactive) (let ((language (completing-read "Language: " - '("Emacs Lisp" "Python" "Go"))) + '("Emacs Lisp" "Python" "Go" "Nix"))) (code (read-string "Code: "))) (browse-url (concat "https://github.com/search?l=" language -- cgit v1.2.3