summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-17 17:45:02 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-17 17:45:02 -0700
commita78f7afd783f38dfdcda2418699b0aeab1bc6be9 (patch)
tree61bb587ddbd01f2db542fdf2eccb7d018733a556 /emacs
parentelfeed: store links without outline (diff)
downloademacs.d-a78f7afd783f38dfdcda2418699b0aeab1bc6be9.tar.gz
add nix to the languages for github search
Diffstat (limited to '')
-rw-r--r--emacs/elisp/my-web.el2
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