diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 13:05:36 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-07-04 13:05:36 +0100 |
| commit | 0945161f0350d5adcac7c32515a35564bdcfab49 (patch) | |
| tree | 4e661089378ff34b52dcc2f82d24517820d9dbc8 /emacs/init.el | |
| parent | d56519f98e29eb8a19b5686bb795f89139bac7c0 (diff) | |
emacs: Use conf-mode for systemd socket unit files
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index c3e7312..29c71cc 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -42,6 +42,7 @@ (show-paren-mode 1) (tool-bar-mode -1) (add-to-list 'auto-mode-alist '("\\.service\\'" . conf-mode)) +(add-to-list 'auto-mode-alist '("\\.socket\\'" . conf-mode)) (add-to-list 'auto-mode-alist '("\\.timer\\'" . conf-mode)) (add-to-list 'auto-mode-alist '("/PKGBUILD\\'" . shell-script-mode)) (add-to-list 'default-frame-alist '(height . 40)) |
