feat(emacs): Add protobuf-mode and systemd-mode
This commit is contained in:
parent
3d75efbdb0
commit
ecbd17070b
2 changed files with 8 additions and 0 deletions
|
|
@ -228,6 +228,12 @@
|
|||
:config
|
||||
(setq nov-save-place-file (concat doom-cache-dir "nov-places")))
|
||||
|
||||
(use-package! protobuf-mode
|
||||
:mode ("\\.proto\\'" . protobuf-mode))
|
||||
|
||||
(use-package! systemd
|
||||
:mode ("\\.\\(service\\|target\\|socket\\|timer\\)\\'" . systemd-mode))
|
||||
|
||||
(use-package! org-present
|
||||
:after org)
|
||||
|
||||
|
|
|
|||
|
|
@ -72,3 +72,5 @@
|
|||
(package! activities
|
||||
:recipe (:host github :repo "alphapapa/activities.el" :branch "master"))
|
||||
(package! elfeed-web)
|
||||
(package! systemd)
|
||||
(package! protobuf-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue