[stumpwm] Fix wrong variable name in make-web-jump
This commit is contained in:
parent
5deb9e4569
commit
fc180e22c4
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@
|
|||
(defmacro make-web-jump (name prefix)
|
||||
`(defcommand ,(intern name) (search) ((:rest ,(concatenate 'string name " search: ")))
|
||||
(substitute #\+ #\Space search)
|
||||
(run-shell-command (concatenate 'string *www-browser* " " ,prefix search))))
|
||||
(run-shell-command (concatenate 'string *web-browser* " " ,prefix search))))
|
||||
|
||||
(make-web-jump "google" "http://www.google.com/search?q=")
|
||||
(make-web-jump "googlede" "http://www.google.de/search?q=")
|
||||
|
|
Loading…
Reference in a new issue