skangas / mentor

mentor is a GNU Emacs frontend for the rTorrent bittorrent client.
GNU General Public License v3.0
79 stars 8 forks source link

No mentor command #10

Closed schvabodka-man closed 7 years ago

schvabodka-man commented 7 years ago

Maybe i'm doing something wrong but there is no mentor command for me in M-x. I've installed mentor like this

(use-package mentor
  :ensure t
  :config (defalias 'mentor 'rtorrent)
  (defalias 'mentor 'torrent)
  (setq mentor-rtorrent-external-rpc "~/.rtorrent-rpc.socket"))

There is all mentor stuff(like mentor-load and etc), but no mentor command to start mentor itself. WTF?

schvabodka-man commented 7 years ago

Oops, sorry i fucked up with aliases. You can close this one