programming-cue.el (211B)
1 ;;; programming-cue.el --- -*- lexical-binding: t; -*- 2 ;;; Commentary: 3 ;;; Cue "data" language configuration 4 ;;; Code: 5 (use-package cue-mode 6 :commands (cue-mode) 7 :mode "\\.cue$") 8 9 (provide 'programming-cue)
homeMy NixOS systems configurations. | |
Log | Files | Refs | LICENSE |