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.
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?