This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- zlc.el.org 2011-01-17 02:53:46.000000000 +0900 | |
| +++ zlc.el 2011-01-17 02:55:23.000000000 +0900 | |
| @@ -73,6 +73,11 @@ | |
| (zlc-minibuffer-complete) | |
| ad-do-it)) | |
| +(defadvice PC-complete (around zlc--around-PC-complete activate) | |
| + (if zlc--mode | |
| + (zlc-minibuffer-complete) | |
| + ad-do-it)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| key.setViewKey('M-u', function (ev, arg) \ | |
| { | |
| display.echoStatusBar("Copy URL to clipboard"); | |
| command.setClipboardText(getBrowser().contentDocument.URL); | |
| }, 'Copy URL to clipboard'); |
NewerOlder