diff options
Diffstat (limited to 'emacs/elisp')
-rw-r--r-- | emacs/elisp/my-web.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |