radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
490 stars 47 forks source link

Unable to add org-plus-contrib #442

Closed peschkaj closed 4 years ago

peschkaj commented 5 years ago

Typically I use org-mode with org-plus-contrib like so:

(use-package org
  :ensure org-plus-contrib
  ... )

I attempted adding :ensure org-plus-contrib to radian.el, but that does not appear to have fixed anything.

Is there a way to accomplish this with radian and/or straight.el?

raxod502 commented 5 years ago
(straight-use-package 'org-plus-contrib)

? You shouldn't be using :ensure, as that is for package.el integration which we don't use. I recommend reading the straight.el documentation on Org and use-package.

raxod502 commented 4 years ago

This thread is being closed automatically by Tidier because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry—if you have any information that might advance the discussion, leave a comment and the thread may be reopened :)