summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/custom/fcuny-conf.el2
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