diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-17 17:45:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-17 17:45:02 -0700 |
commit | a78f7afd783f38dfdcda2418699b0aeab1bc6be9 (patch) | |
tree | 61bb587ddbd01f2db542fdf2eccb7d018733a556 /emacs | |
parent | elfeed: store links without outline (diff) | |
download | emacs.d-a78f7afd783f38dfdcda2418699b0aeab1bc6be9.tar.gz |
add nix to the languages for github search
Diffstat (limited to '')
-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 |