diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-08-11 15:55:49 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-08-11 15:55:49 -0700 |
commit | e57174d06b0b381a4249e859f0e94995e2367f5d (patch) | |
tree | 38bee6d4f3e4ff5bc427f934653e6c98210b27e8 /configs | |
parent | [emacs] ensure use-package is installed. (diff) | |
download | emacs.d-e57174d06b0b381a4249e859f0e94995e2367f5d.tar.gz |
[emacs] Set correctly the path for "source".
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/emacs.d/config/fcuny-base.el | 2 |
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) |