diff options
Diffstat (limited to 'app-emacs/thumbs/files/51thumbs-gentoo.el')
-rw-r--r-- | app-emacs/thumbs/files/51thumbs-gentoo.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emacs/thumbs/files/51thumbs-gentoo.el b/app-emacs/thumbs/files/51thumbs-gentoo.el deleted file mode 100644 index a07a89b93c21..000000000000 --- a/app-emacs/thumbs/files/51thumbs-gentoo.el +++ /dev/null @@ -1,14 +0,0 @@ - -;;; thumbs site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'thumbs-find-thumb "thumbs" "Display the thumbnail for IMG." t) -(autoload 'thumbs-show-all-from-dir "thumbs" - "Make a preview buffer for all images in DIR." t) -(autoload 'thumbs-dired-show-marked "thumbs" - "In Dired, make a thumbs buffer with all marked files." t) -(autoload 'thumbs-dired-show-all "thumbs" - "In dired, make a thumbs buffer with all files in current directory." t) -(defalias 'thumbs 'thumbs-show-all-from-dir) -(autoload 'thumbs-dired-setroot "thumbs" - "In dired, Call the setroot program on the image at point." t) |