Emacs: Add udev-mode.

This commit is contained in:
tastytea 2020-07-07 04:37:55 +02:00
parent 7be019efdd
commit 91273b4510
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-06-29T09:23:40+0200>
;; Time-stamp: <2020-07-07T04:37:43+0200>
;;; Commentary:
@ -176,5 +176,8 @@
(use-package gemini-mode
:hook (gemini-mode . (lambda() (auto-fill-mode -1))))
;; udev rule files.
(use-package udev-mode)
(provide 'text/misc)
;;; misc.el ends here