Browse Source

fix paren matching

pull/1/head
10sr 11 years ago
parent
commit
6dd221441c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -1557,7 +1557,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
"(view-buffer (get-buffer \"*eshell output*\"))")
("g" "git $*")
))
))
)))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; get last modified date


Loading…
Cancel
Save