You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../lispy-20230314.1738/lispy.el: Warning: ‘defadvice’ is an obsolete macro (as of 30.1); use ‘advice-add’ or ‘define-advice’
From this code:
(defadviceac-handle-post-command (around ac-post-command-advice activate)
"Don't `auto-complete' when region is active."
(unless (region-active-p)
ad-do-it))
The text was updated successfully, but these errors were encountered:
From this code:
The text was updated successfully, but these errors were encountered: