Created
January 16, 2011 18:02
-
-
Save shinnya/781990 to your computer and use it in GitHub Desktop.
A patch for zlc.el
This file contains 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)) | |
+ | |
;; ============================================================ ;; | |
;; Private | |
;; ============================================================ ;; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment