This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
some projectile customization
pull/1/head
Brett Langdon
13 years ago
parent
5902a5b83b
commit
42c6c4d013
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
emacs
+2
-0
gitignore_global
+ 1
- 0
emacs
View File
@ -42,6 +42,7 @@
(setq projectile-completion-system 'grizzl)
(setq projectile-use-native-indexing t)
(setq projectile-enable-caching t)
(projectile-global-mode)
(elpy-enable)
+ 2
- 0
gitignore_global
View File
@ -3,3 +3,5 @@
*#*#
.ropeproject
*_flymake*
*.venv
*.projectile
Write
Preview
Loading…
Cancel
Save