Skip to content

Commit

Permalink
Some mistakes fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Sep 11, 2011
1 parent b2cc47e commit b1eb403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If all of this is OK so you can install it :

Then add to your .emacs.el :

(add-to-list 'load-path (expand-file-name "~/.emacs.d/gc-refresh"))
(add-to-list 'load-path (expand-file-name "~/.emacs.d/gc-refresh-mode"))
(require 'gc-refresh-mode)

# USAGE
Expand Down
2 changes: 1 addition & 1 deletion gc-refresh-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
;; Read URL to find on tabs
(setq url (read-from-minibuffer "Url to refresh: " "http://"))
;; Concatenate URL with command
(setq gc-refresh-line-cmd (concat "~/.emacs.d/gc-refresh/reload.py " url))
(setq gc-refresh-line-cmd (concat "~/.emacs.d/gc-refresh-mode/reload.py " url))
;; Start Chrome with URL given + with the remote option
(shell-command (concat "chromium-browser " url " --remote-shell-port=9222"))
;; Rebind Save keys
Expand Down

0 comments on commit b1eb403

Please sign in to comment.