Skip to content

Instantly share code, notes, and snippets.

@shinnya
Created January 16, 2011 18:02
Show Gist options
  • Save shinnya/781990 to your computer and use it in GitHub Desktop.
Save shinnya/781990 to your computer and use it in GitHub Desktop.
A patch for zlc.el
--- 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