From e57174d06b0b381a4249e859f0e94995e2367f5d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 11 Aug 2018 15:55:49 -0700 Subject: [emacs] Set correctly the path for "source". --- configs/rcs/emacs.d/config/fcuny-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/rcs') 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) -- cgit 1.4.1