Skip to content

Commit 6338f1f

Browse files
author
Zev Blut
committed
Writing to the file on every change kills my machine and becomes unusable.
1 parent 3d554f3 commit 6338f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

record.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
(defun track-command-executed ()
1515
"Records command executed and keys pressed"
1616
(with-current-buffer rubykaigidribble
17-
(insert (format "cmd: %s keys %s\n" this-command (this-command-keys)))
18-
(write-file rubykaigidribble) ))
17+
(insert (format "cmd: %s keys %s\n" this-command (this-command-keys)))))
18+
;;(write-file rubykaigidribble) ))
1919

2020
(defun track-mode-change ()
2121
"Record the major mode and all minor-modes activated"

0 commit comments

Comments
 (0)