summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-conf.el')
-rw-r--r--emacs.d/custom/fcuny-conf.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-conf.el b/emacs.d/custom/fcuny-conf.el
index e97d055..e605dd0 100644
--- a/emacs.d/custom/fcuny-conf.el
+++ b/emacs.d/custom/fcuny-conf.el
@@ -3,6 +3,9 @@
   :mode "Dockerfile[a-zA-Z.-]*\\'")
 
 (use-package yaml-mode
+  ;; At Twitter, we use PROJECT files to define a project and the
+  ;; format is YAML
+  :mode (("PROJECT" . yaml-mode))
   :ensure t)
 
 (use-package js-mode