aboutsummaryrefslogtreecommitdiffstats
path: root/oni-dired.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-dired.el')
-rw-r--r--oni-dired.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-dired.el b/oni-dired.el
index 66bac53..aa4a96c 100644
--- a/oni-dired.el
+++ b/oni-dired.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1010.013833
+;; Version: 2021.1123.003414
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -45,7 +45,5 @@
(add-to-list 'dired-guess-shell-alist-user
`(,(rx (or ".jpg" ".jpeg" ".png" ".gif") eos) "feh"))
-;;;###autoload(with-eval-after-load 'dired (require 'oni-dired))
-
(provide 'oni-dired)
;;; oni-dired.el ends here