Browse Source

Add comment

master
10sr 5 years ago
parent
commit
ad813b8ca5
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el View File

@@ -116,7 +116,7 @@ found, otherwise returns nil."
pipenv
imenu-list
page-break-lines
sync-recentf
;; sync-recentf
aggressive-indent
fancy-narrow
dired-filter
@@ -2721,6 +2721,7 @@ If not given, value of current buffer will be used."
nil))
(message "Cannot find parent directory for current tree."))))

;; TODO: -> -move-to
(defun git-walktree-mode--goto-file ()
"Move point to file field of ls-tree output in current line.



Loading…
Cancel
Save