We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d554f3 commit 6338f1fCopy full SHA for 6338f1f
record.el
@@ -14,8 +14,8 @@
14
(defun track-command-executed ()
15
"Records command executed and keys pressed"
16
(with-current-buffer rubykaigidribble
17
- (insert (format "cmd: %s keys %s\n" this-command (this-command-keys)))
18
- (write-file rubykaigidribble) ))
+ (insert (format "cmd: %s keys %s\n" this-command (this-command-keys)))))
+ ;;(write-file rubykaigidribble) ))
19
20
(defun track-mode-change ()
21
"Record the major mode and all minor-modes activated"
0 commit comments