Optimize lang/qt #642

This commit is contained in:
Henrik Lissner 2018-06-02 02:53:54 +02:00
parent 9e62a7aac3
commit c747bc46e3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 5 deletions

View file

@ -0,0 +1,4 @@
;;; lang/qt/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.pr[io]\\'" . qt-pro-mode))

View file

@ -1,5 +0,0 @@
;;; lang/qt/config.el -*- lexical-binding: t; -*-
(def-package! qml-mode :mode "\\.qml\\'")
(def-package! qt-pro-mode :mode "\\.pro\\'" "\\.pri\\'")