Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
disable project type
Browse files Browse the repository at this point in the history
  • Loading branch information
bomgar committed Oct 9, 2017
1 parent fd77fdf commit 831d654
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init-helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
(use-package projectile
:ensure t
:config
(setq projectile-mode-line
'(:eval (format " Projectile[%s(%s)]"
(projectile-project-name))))

(projectile-global-mode)

(setq projectile-require-project-root nil)
Expand Down

1 comment on commit 831d654

@vignesh99
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy pasting this file gives an error

Please sign in to comment.