Skip to content

Commit 02c2849

Browse files
committed
Drop handyurl in favour of quickurl
It's why I wrote it in the first place. While it makes sense that I've tidied up handyurl.el, it's not really that useful to me these days (it's questionable that quickurl.el is, but it is the better of the two).
1 parent c6afb08 commit 02c2849

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.handyurls.el

-4
This file was deleted.

.quickurls.el

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
;; -*- lisp -*-
22

3-
(("davep" "http://www.davep.org/" "My homepage"))
3+
(("davep" "http://www.davep.org/" "My homepage")
4+
("fsf" "http://www.fsf.org/" "The FSF")
5+
("gnu" "http://gnu.org/" "The GNU Project")
6+
("github" "https://github.com/davep" "My GitHub"))

0 commit comments

Comments
 (0)