Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
/ dired-here Public archive

Open GNU Emacs Dired-buffer of directory containing current buffer-file

License

Notifications You must be signed in to change notification settings

EricCrosson/dired-here

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dired-here Build Status Version

Open Dired-buffer of directory containing current buffer-file

Install

With Quelpa

(use-package dired-here
  :quelpa (dired-here
           :fetcher github
           :repo "EricCrosson/dired-here")
  :bind ("C-c d" . dired-here))

Or manually, after downloading into your load-path

(require 'dired-here)
(global-set-key (kbd "C-c d") 'dired-here)

License

GPL 2 (or higher) © Free Software Foundation, Inc.

About

Open GNU Emacs Dired-buffer of directory containing current buffer-file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published