Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider changing the default project switch action #125

Open
cowboyd opened this issue Apr 19, 2018 · 0 comments
Open

Consider changing the default project switch action #125

cowboyd opened this issue Apr 19, 2018 · 0 comments
Labels

Comments

@cowboyd
Copy link
Member

cowboyd commented Apr 19, 2018

Since we installed counsel-projectile, it prompts you for what you want to do whenever you switch to a project. This is kinduva pain when all you want to do is switch to the project. You probably want to pick an action and just stick with it.

What I'd love to see is:

A default action of something like project root directory or go to magit, and then a configuration option for frontmacs to satisfy the default action.

(custom-set-variables
 ;; Change this in order to choose your theme. This will auto install your theme
 ;; as package with the suffix "-theme" appended to the end. So for example,
 ;; if your theme is set to 'twilight, then it will try and download and require
 ;; the 'twilight-theme ELPA package.
 ;;
 ;; If you want to have your own completely custom theme that isn't available as
 ;; as an ELPA package, then set this variable to `nil', and roll your own theme
 ;; in an initializer
'(frontmacs-theme 'zenburn)

;; choose what to do when you first switch to a project.
;; valid options are :magit, :root-dir, :goto-dir, 
'(frontmacs-default-project-switch-action :magit)
 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant