Emacs: Refactor programming/misc.

This commit is contained in:
tastytea 2020-06-23 02:31:39 +02:00
parent 1f78527f04
commit 910a072275
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous programming languages. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-08T02:33:57+0200>
;; Time-stamp: <2020-06-23T02:31:26+0200>
;;; Commentary:
;; Programming languages that don't warrant a dedicated file.
@ -10,13 +10,11 @@
(require 'basics/package-management)
(use-package go-mode
:mode ("\\.go$" . go-mode)
)
:mode ("\\.go$" . go-mode))
;; Qt Modeling Language.
(use-package qml-mode
:mode ("\\.qml$" . qml-mode)
)
:mode ("\\.qml$" . qml-mode))
;; <https://github.com/cute-jumper/company-qml/issues/7>
;; ;; Completions for the Qt Modeling Language.