From 6e9d4f615b5bf71549f7e76410b8bc684534935c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 30 Jun 2015 09:43:13 -0700 Subject: [PATCH] add semicolon to imalison:console-log-unique. --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 7bd81ed1..803e7ed2 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1683,7 +1683,7 @@ window is active in the perspective." (interactive) (let* ((string-identifier (int-to-string imalison:identifier-count)) (identifier-string (cl-loop for i from 0 to 30 concat string-identifier))) - (insert (format "console.log('//////////%s//////////')" identifier-string)) + (insert (format "console.log('//////////%s//////////');" identifier-string)) (setq imalison:identifier-count (+ imalison:identifier-count 1)))) (setq js2-bounce-indent-p nil js2-basic-offset 4