help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

use-package set projectile option


From: Florian Lindner
Subject: use-package set projectile option
Date: Wed, 26 Aug 2015 09:23:36 +0200
User-agent: KNode/4.14.10

Hello,

I use use-package for package configuration

(use-package projectile
  :ensure t
  :config (progn
            (projectile-global-mode)
            (setq projectile-switch-project-action 'projectile-vc)
))

but the variable assignment is simply ignored. The variable retains the 
original value. I have tried variations of that like putting setq before the 
activaction or put in the iniit section, which is executed before the 
package load.

What is the right way? Why?

Thanks,
Florian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]