projects
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be4bca
)
Update the docstring of esy/eww
author
Eshel Yaron
<eshel@areionsec.com>
Sun, 8 May 2022 09:28:50 +0000
(12:28 +0300)
committer
Eshel Yaron
<eshel@areionsec.com>
Sun, 8 May 2022 09:28:50 +0000
(12:28 +0300)
.emacs.d/esy.org
patch
|
blob
|
history
diff --git
a/.emacs.d/esy.org
b/.emacs.d/esy.org
index cbd04e8f1ec5191e250d1718d68421fb529192b6..e87976548c754809a8aa091f7fd97ba1f53404f4 100644
(file)
--- a/
.emacs.d/esy.org
+++ b/
.emacs.d/esy.org
@@
-857,7
+857,7
@@
the prior submitted URLs and web search keywords.
#+begin_src emacs-lisp
(defun esy/eww ()
- "
URL ARG
."
+ "
Prompt for a URL or keywords to search the web for
."
(interactive)
(require 'eww)
(eww (completing-read "Browse or search: "
@@
-866,7
+866,6
@@
the prior submitted URLs and web search keywords.
'eww-prompt-history
(car (eww-suggested-uris)))))
#+end_src
-
** Proced
:PROPERTIES:
:CUSTOM_ID: proced-auto-update