abrochard/emacs-todoist

Can't set todoist mode after following steps

ManuelGalup opened this issue · 1 comments

Total noob here, I've been trying to set this up for the past hour.

I'm using doom emacs.

I've reinstalled it and right now this is the only package I have.

I've copied (setq todoist-token "XXXXXXXXXXXXXXXXXXXX") with my todoist token instead of the XXXX... into my config file.

I've synced doom and also upgraded it.

I've checked the todoist package is installed through melpa but still when I press M-x and look for todoist I can't find the command.

What am I missing?

I found the solution was to use the function (package todoist) in my package.el file and then it worked.