Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: init.el file modifications to run emacs-asana seem inaccurate #21

Open
johnutz-PNSR opened this issue Mar 24, 2020 · 0 comments

Comments

@johnutz-PNSR
Copy link

I am unable to successfully load emacs-asana if i set either:

(global-asana-mode 1)

OR

add-hook 'org-mode-hook 'asana-mode)

From the documentation:

Add this to your init.el:

(global-asana-mode 1)
;; or, if you prefer, use it in specific major modes:
;; (add-hook 'org-mode-hook 'asana-mode)
;; (add-hook 'prog-mode-hook 'asana-mode)
;; (add-hook 'text-mode-hook 'asana-mode)

In my .emacs.d/init.el:

(require 'asana)
(add-hook 'org-mode-hook 'asana-mode)

IN Messages after parsing .emacs.d/init.el"

File mode specification error: (void-function asana-mode)

Please let me know if i am doing something wrong.

Tnx!
johnu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant