소스 검색

Fix doc

master
10sr 2 달 전
부모
커밋
240cc22b1f
No known key found for this signature in database GPG 키 ID: 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))


불러오는 중...
취소
저장