Add Cask file, require dired

This commit is contained in:
contrapunctus 2020-03-26 20:03:28 +05:30
parent ab89cd2d20
commit dae46e6f58
2 changed files with 10 additions and 0 deletions

9
Cask Normal file
View File

@ -0,0 +1,9 @@
(source gnu)
(source melpa)
(package
"sxiv.el"
"0.3.1"
"Run the Simple X Image Viewer")
(depends-on "dash" "2.16.0")

View File

@ -23,6 +23,7 @@
;; `sxiv-insert-subdirs') and mark files marked in sxiv (via
;; `sxiv-dired-mark-files').
(require 'dired)
(require 'dash)
;;; Code: