Skip to content

Commit

Permalink
Adding comments for what I think should work so others can help me ou…
Browse files Browse the repository at this point in the history
…t. EOM
  • Loading branch information
timvisher committed Nov 23, 2011
1 parent 71a97dc commit 1af6a24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion emacs/vimgolf.el
Expand Up @@ -157,7 +157,13 @@ unknown key sequence was entered).")
(insert (key-description (car entry)))
(insert " ")
(princ (cdr entry) (current-buffer))
(insert "\n")))))
(insert "\n"))
;; This would be so sweet if it worked.
;; (set-mark (point))
;; (search-backward "\n\nFull command log:\n\n")
;; (goto-char (match-end 0))
;; (align-regexp (region-beginning) (region-end) " [-a-z]+")
)))

(defun vimgolf-enable-capture (enable)
"Enable keystroke logging if `ENABLE' is non-nil otherwise disable it."
Expand Down

0 comments on commit 1af6a24

Please sign in to comment.