Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Handle (uncompress) .zip files in dired
  • Loading branch information
markhepburn committed Jan 6, 2015
1 parent 72604c1 commit 7683f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom-general.el
Expand Up @@ -183,6 +183,10 @@
(end-of-buffer)
(dired-next-line -1))
(define-key dired-mode-map (vector 'remap 'end-of-buffer) 'dired-jump-to-bottom))
;;; Bizarrely, zip files aren't handled out-of-the-box by dired:
(after 'dired-aux
(add-to-list 'dired-compress-file-suffixes
'("\\.zip\\'" "" "unzip")))

;; Scroll-bars on the right please:
(if (fboundp 'set-scroll-bar-mode) (set-scroll-bar-mode 'right))
Expand Down

0 comments on commit 7683f62

Please sign in to comment.