summary refs log tree commit diff
path: root/configs/rcs/emacs.d/config/fcuny-base.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-08-11 15:55:49 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-08-11 15:55:49 -0700
commite57174d06b0b381a4249e859f0e94995e2367f5d (patch)
tree38bee6d4f3e4ff5bc427f934653e6c98210b27e8 /configs/rcs/emacs.d/config/fcuny-base.el
parent[emacs] ensure use-package is installed. (diff)
downloademacs.d-e57174d06b0b381a4249e859f0e94995e2367f5d.tar.gz
[emacs] Set correctly the path for "source".
Diffstat (limited to 'configs/rcs/emacs.d/config/fcuny-base.el')
-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)