diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-conf.el b/emacs/custom/fcuny-conf.el index 3952c87..2909510 100644 --- a/emacs/custom/fcuny-conf.el +++ b/emacs/custom/fcuny-conf.el @@ -7,7 +7,7 @@ (use-package yaml-mode ;; At Twitter, we use PROJECT files to define a project and the ;; format is YAML - :mode (("PROJECT" . yaml-mode)) + :mode (("PROJECT\\'" . yaml-mode)) :ensure t) (use-package js-mode |