Explorar el Código

Fix doc

master
10sr hace 2 meses
padre
commit
240cc22b1f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 82E893B484685E69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

@@ -922,7 +922,7 @@ THEM are function and its args."
(define-key helm-map (kbd "C-h") (kbd "DEL")))

(defun my-shrink-path-width (path width)
"Shrink PATH to be same or shorter than WIDTH."
"Shrink PATH so that the length is same or shorter than WIDTH."
(setq path (abbreviate-file-name path))
(if (file-remote-p path)
(let* ((remote (file-remote-p path))


Cargando…
Cancelar
Guardar