install package without loading it
bbigras opened this issue · 4 comments
I use irony-mode and it seems I don't need to load it with require. I just need to use hooks.
I use (req-package irony-mode)
and I get Could not load irony-mode
. I wonder if it's because req-package is trying to load it while it shouldn't and I wonder if there's a way to use req-package without loading the package.
Hi, you should use irony as first req-package argument if you use melpa.
On Fri, Nov 20, 2015, 10:09 PM Bruno Bigras notifications@github.com
wrote:
I use irony-mode https://github.com/Sarcasm/irony-mode and it seems I
don't need to load it with require. I just need to use hooks.I use (req-package irony-mode) and I get Could not load irony-mode. I
wonder if it's because req-package is trying to load it while it shouldn't
and I wonder if there's a way to use req-package without loading the
package.—
Reply to this email directly or view it on GitHub
#28.
Using MELPA
M-x package-install RET irony RET
Using el-get
M-x el-get-install RET irony-mode RET
On Sat, Nov 21, 2015, 3:51 AM Edward Knyshov edvorg@gmail.com wrote:
Hi, you should use irony as first req-package argument if you use melpa.
On Fri, Nov 20, 2015, 10:09 PM Bruno Bigras notifications@github.com
wrote:I use irony-mode https://github.com/Sarcasm/irony-mode and it seems I
don't need to load it with require. I just need to use hooks.I use (req-package irony-mode) and I get Could not load irony-mode. I
wonder if it's because req-package is trying to load it while it shouldn't
and I wonder if there's a way to use req-package without loading the
package.—
Reply to this email directly or view it on GitHub
#28.
It works with (req-package irony)
. There's so many mode that have the -mode
suffix that I assumed it was the case with irony. My bad. Thanks.
Thanks!
On Mon, Nov 23, 2015, 7:02 PM Bruno Bigras notifications@github.com wrote:
It works with (req-package irony). There's so many mode that have the
-mode suffix that I assumed it was the case with irony. My bad. Thanks.—
Reply to this email directly or view it on GitHub
#28 (comment).