Browse Source

Add comment

master
10sr 6 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 pipenv
imenu-list imenu-list
page-break-lines page-break-lines
sync-recentf
;; sync-recentf
aggressive-indent aggressive-indent
fancy-narrow fancy-narrow
dired-filter dired-filter
@@ -2721,6 +2721,7 @@ If not given, value of current buffer will be used."
nil)) nil))
(message "Cannot find parent directory for current tree.")))) (message "Cannot find parent directory for current tree."))))


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




Loading…
Cancel
Save