Sfoglia il codice sorgente

Load ls-lisp on dired load

pull/15/head
10sr 9 anni fa
parent
commit
2bf04c28f8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Vedi File

@@ -1563,6 +1563,7 @@ the list."
;; (dired ".")))

(with-eval-after-load 'dired
(safe-require-or-eval 'ls-lisp)
(defvar dired-mode-map (make-sparse-keymap))
(define-key dired-mode-map "o" 'my-dired-x-open)
(define-key dired-mode-map "i" 'dired-get-file-info)


Caricamento…
Annulla
Salva