summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-12 20:26:21 +0000
committerjao <jao@gnu.org>2021-02-12 20:26:21 +0000
commit0f2cfc03426a37574cc9588e71fcd0817b319f87 (patch)
tree324666fa0f539697787607f7c47af9e37fe84b0c /init.org
parent68838a58e9941b2d6e8cf917fd46671897c31ab1 (diff)
downloadelibs-0f2cfc03426a37574cc9588e71fcd0817b319f87.tar.gz
elibs-0f2cfc03426a37574cc9588e71fcd0817b319f87.tar.bz2
init: package-lint
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.org b/init.org
index d2d02c1..722b975 100644
--- a/init.org
+++ b/init.org
@@ -2116,6 +2116,7 @@
(thing-at-point 'url)))
(defun jao-browse-with-external-browser (&rest url)
+ "Browse with external hogging"
(interactive "s")
(let ((url (or (car url) (jao-url-around-point))))
(if (not url)
@@ -3238,6 +3239,7 @@
Some helper packages
#+BEGIN_SRC emacs-lisp
(use-package edit-list :ensure t)
+ (use-package package-lint :ensure t)
#+END_SRC
Functions to operate on elisp sexps a la slime or geiser: