Emacs: Add i3wm-config-mode.

This commit is contained in:
tastytea 2020-10-14 21:37:07 +02:00
parent c3ab734767
commit 97ead8c8e6
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-10-14T00:08:06+0200>
;; Time-stamp: <2020-10-14T21:06:39+0200>
;;; Commentary:
@ -213,5 +213,10 @@
;; udev rule files.
(use-package udev-mode)
;; i3 configuration files.
(use-package i3wm-config-mode
:after (rainbow-mode)
:hook (i3wm-config-mode . rainbow-mode))
(provide 'text/misc)
;;; misc.el ends here