Commit 4144f54b40dd
Changed files (1)
tools
emacs
config
tools/emacs/config/programming-cue.el
@@ -0,0 +1,9 @@
+;;; programming-cue.el --- -*- lexical-binding: t; -*-
+;;; Commentary:
+;;; Cue "data" language configuration
+;;; Code:
+(use-package cue-mode
+ :commands (cue-mode)
+ :mode "\\.cue$")
+
+(provide 'programming-cue)