branch: elpa/crux
commit 66f429202a72ca406fdb94b6fb98ebcac63c19c5
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Code style
---
 crux.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/crux.el b/crux.el
index 7ee47b2..dfe79da 100644
--- a/crux.el
+++ b/crux.el
@@ -325,8 +325,7 @@ Doesn't mess with special buffers."
 (defun crux-find-user-init-file ()
   "Edit the `user-init-file', in another window."
   (interactive "P")
-  (find-file-other-window user-init-file)
-  )
+  (find-file-other-window user-init-file))
 
 (defun crux-find-shell-init-file ()
   "Edit the shell init file in another window."

Reply via email to