10sr 2 місяці тому
джерело
коміт
240cc22b1f
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 82E893B484685E69
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Переглянути файл

@@ -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))


Завантаження…
Відмінити
Зберегти