summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/rcs/emacs.d/config/fcuny-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/config/fcuny-base.el b/configs/rcs/emacs.d/config/fcuny-base.el
index bca68c8..2d0788c 100644
--- a/configs/rcs/emacs.d/config/fcuny-base.el
+++ b/configs/rcs/emacs.d/config/fcuny-base.el
@@ -64,6 +64,6 @@
"Finds if the current python file is in the `source' repository."
(and (executable-find "check.pex")
(buffer-file-name)
- (string-match "src/source/.*\.py$" (buffer-file-name))))
+ (string-match "source/.*\.py$" (buffer-file-name))))
(provide 'fcuny-base)