Enabled conf-mode for ~-package.{accept_keywords,use}.

This commit is contained in:
tastytea 2019-05-05 16:26:47 +02:00
parent a5ed9c62c5
commit 87828ae79e
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-05-05T13:51:28+00:00>
;; Time-stamp: <2019-05-05T14:26:15+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -754,7 +754,9 @@ With argument, do this that many times."
;; Use conf-mode for openrc config files.
(use-package conf-mode
:mode
("\\`/etc/conf.d/" . conf-mode))
("\\`/etc/conf\\.d/" . conf-mode)
("\\`/etc/portage/package\\.\(accept_keywords\|use\)/" . conf-mode)
)
;;;;;;;;;;;;;;;;;;;; LaTeX ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(if (executable-find "xetex")