|
|
|
@ -75,9 +75,9 @@ file of a buffer in an external program." |
|
|
|
(browse-url |
|
|
|
(concat |
|
|
|
"http://www.google.com/search?ie=utf-8&oe=utf-8&q=" |
|
|
|
(if mark-active |
|
|
|
(url-hexify-string (if mark-active |
|
|
|
(buffer-substring (region-beginning) (region-end)) |
|
|
|
(read-string "Google: "))))) |
|
|
|
(read-string "Google: ")))))) |
|
|
|
|
|
|
|
(defun prelude-indent-rigidly-and-copy-to-clipboard (begin end indent) |
|
|
|
"Copy the selected code region to the clipboard, indented according |
|
|
|
|