diff options
| author | Craig Jennings <c@cjennings.net> | 2025-06-07 02:18:16 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-06-07 02:18:16 -0500 |
| commit | f1cf21082224ac8c10ce89e6cc79adfa35ca344f (patch) | |
| tree | f90af10862e2b3bed52f09f17b1ec8c102787e09 /modules | |
| parent | 848c40d419585529202a856952b6c18637906ce7 (diff) | |
| download | dotemacs-f1cf21082224ac8c10ce89e6cc79adfa35ca344f.tar.gz dotemacs-f1cf21082224ac8c10ce89e6cc79adfa35ca344f.zip | |
squash! dirvish don't show hidden files; quote filenames when opening
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dirvish-config.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index c1cf0bc8..3f22b95c 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -48,8 +48,6 @@ automatically displayed." ;; -------------------------- Dired Copy Path As Kill -------------------------- ;; copies the full path of the file at point to the clipboard - -original function (defun cj/dired-copy-path-as-kill () "Copy the full path of file at point in Dired to the clipboard." (interactive) |
