feat(wpcarro/emacs): Support Docker syntax
Because startup Change-Id: I03f93ee22ae88c73e507dc3f5025545ffa389b28 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5453 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
e48b0cc84f
commit
d13e806b59
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ let
|
|||
password-store
|
||||
# TODO(wpcarro): Prefer an Emacs client for clipmenud.
|
||||
clipmon
|
||||
dockerfile-mode
|
||||
evil
|
||||
evil-collection
|
||||
evil-commentary
|
||||
|
@ -119,6 +120,7 @@ let
|
|||
counsel
|
||||
flycheck
|
||||
emojify
|
||||
yaml-mode
|
||||
]));
|
||||
|
||||
loadPath = concatStringsSep ":" [
|
||||
|
|
Loading…
Reference in a new issue