ソースを参照

Fix doc

master
10sr 2ヶ月前
コミット
240cc22b1f
この署名に対応する既知のキーがデータベースに存在しません 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))


読み込み中…
キャンセル
保存