summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-16 02:12:12 +0100
committerjao <jao@gnu.org>2021-05-16 02:12:12 +0100
commitcf81ccc6e7a4cb50151d1b2f7a81369ef516a0db (patch)
tree8ea7b9c6ccfcb250d5697d0dca1ccccbf3bffba5 /init.org
parentdebec7e4a401b0ae2d12923264db8adfa577f3c2 (diff)
downloadelibs-cf81ccc6e7a4cb50151d1b2f7a81369ef516a0db.tar.gz
elibs-cf81ccc6e7a4cb50151d1b2f7a81369ef516a0db.tar.bz2
fix for init loading
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.org b/init.org
index e0e8438..d04e46c 100644
--- a/init.org
+++ b/init.org
@@ -1578,11 +1578,6 @@
(if (fboundp 'w3m-view-mode) (w3m-view-source) (View-quit))
(when url (cons url (or title ""))))))))
- (defun jao-list-mailboxes (base)
- (let ((dir (expand-file-name base "~/var/mail")))
- (seq-difference (directory-files dir)
- '("." ".." "sent" "inbox" "trash"))))
-
(defun jao-rss-subscribe ()
(interactive)
(let* ((url (or (jao-url-around-point)