jcsalomon / smarttabs

Emacs smart tabs - indent with tabs, align with spaces!
http://www.emacswiki.org/emacs/SmartTabs
114 stars 20 forks source link

smart-tabs-mode fails to load, ad-find-advice not defined #4

Closed jcsalomon closed 13 years ago

jcsalomon commented 13 years ago

Reported by kvikende (Torstein Winterseth): After adding the line (require 'smart-tabs-mode) to ~/.emacs, Emacs complains that, “Symbol's function definition is void: ad-find-advice”.

But it works for me…

Turns out, if I comment-out the custom-set-variables entry '(uniquify-buffer-name-style (quote forward) nil (uniquify)), I get the same error.

Why the dependency?