all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* use-package set projectile option
@ 2015-08-26  7:23 Florian Lindner
  0 siblings, 0 replies; only message in thread
From: Florian Lindner @ 2015-08-26  7:23 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-26  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26  7:23 use-package set projectile option Florian Lindner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.