summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2013-05-30 15:21:12 +0100
committerAlan Pearce2013-05-30 15:21:12 +0100
commit0189acaf9bb17d8c70c4187ae3c700a7d491d4e1 (patch)
treef340aadf92dfffae87a1f4e17a92d4875df2e3e3 /emacs/init.el
parentfa74d8eea2244394882fe05f0add8874a44ae5ba (diff)
downloaddotfiles-0189acaf9bb17d8c70c4187ae3c700a7d491d4e1.tar.lz
dotfiles-0189acaf9bb17d8c70c4187ae3c700a7d491d4e1.tar.zst
dotfiles-0189acaf9bb17d8c70c4187ae3c700a7d491d4e1.zip
Emacs: fix bad diff
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1b43f14..491a570 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1007,10 +1007,10 @@ Works with: arglist-cont-nonempty, arglist-close."
             (defun moz-firefox-reload ()
               "Reload Firefox"
               (interactive)
-              (comint-send-string (inferior-moz-process)
+              (comint-send-string (inferior-moz-process) "BrowserReload();"))))
+
 (use-package skewer-mode
   :ensure t)
-                                  "BrowserReload();"))))
 
 (use-package js2
   :ensure t