Straight.el: Error (use-package): Cannot load org-plus-contrib

Created on 16 Mar 2018  路  3Comments  路  Source: raxod502/straight.el

(use-package org-plus-contrib
  :straight t)
org-mode support use-package

Most helpful comment

Or just

(use-package org
  :straight org-plus-contrib
  :config ...)

All 3 comments

Or just

(use-package org
  :straight org-plus-contrib
  :config ...)

@raxod502 Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikeTheGreat picture MikeTheGreat  路  4Comments

gagbo picture gagbo  路  4Comments

eflanigan00 picture eflanigan00  路  4Comments

enko picture enko  路  4Comments

raxod502 picture raxod502  路  3Comments