Skip to content

Commit

Permalink
paste-kill-url is on by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wiesner committed Sep 11, 2010
1 parent b90cd31 commit cb83317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
======================

- Fixed a NameError
- ``paste-kill-url`` is on by default now


0.2 (Sep 10, 2010)
Expand Down
2 changes: 1 addition & 1 deletion pastemacs.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Access to the pastebin on paste.pocoo.org"
:group 'convenience)
(defcustom paste-kill-url nil
(defcustom paste-kill-url t
"*If non-nil, put the url of a new paste into kill ring"
:group 'pastebin
:type 'boolean)
Expand Down

0 comments on commit cb83317

Please sign in to comment.