Refresh browser on M-r in (sass|web)-mode
This commit is contained in:
parent
03c7c4b07c
commit
ff72c689ca
3 changed files with 7 additions and 1 deletions
|
@ -14,5 +14,10 @@
|
|||
"<a href=\"\\1\">\\1</a>"
|
||||
nil beg end))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/web-refresh-browser ()
|
||||
(interactive)
|
||||
(call-process-shell-command "osascript -e 'tell application \"Google Chrome\" to tell the active tab of its first window to reload' &" nil 0))
|
||||
|
||||
(provide 'defuns-web)
|
||||
;;; defuns-web.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue