technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.86k stars 887 forks source link

var deprecated (ido-ubiquitous t) #133

Open ghost opened 12 years ago

ghost commented 12 years ago

line 82 of starter-kit-misc.el:

(ido-ubiquitous t)

but:

  This variable is an alias for `ido-ubiquitous-mode'.
  This variable is obsolete since 0.8;
  use `ido-ubiquitous-mode' instead.
DarwinAwardWinner commented 12 years ago

Yeah, this is the result of me updating the naming conventions in ido-ubiquitous to be more consistent with emacs standards.