diff options
author | Alan Pearce | 2013-05-30 15:21:12 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-30 15:21:12 +0100 |
commit | 0189acaf9bb17d8c70c4187ae3c700a7d491d4e1 (patch) | |
tree | f340aadf92dfffae87a1f4e17a92d4875df2e3e3 /emacs/init.el | |
parent | fa74d8eea2244394882fe05f0add8874a44ae5ba (diff) | |
download | nixfiles-0189acaf9bb17d8c70c4187ae3c700a7d491d4e1.tar.lz nixfiles-0189acaf9bb17d8c70c4187ae3c700a7d491d4e1.tar.zst nixfiles-0189acaf9bb17d8c70c4187ae3c700a7d491d4e1.zip |
Emacs: fix bad diff
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index 1b43f143..491a570f 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 |