diff options
author | Franck Cuny <franck@fcuny.net> | 2023-02-21 19:44:03 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 19:44:03 -0800 |
commit | 606020378fc68e3149dfc6e9bb8b783602c7bd84 (patch) | |
tree | f7bef5721875bcf511aa1683dcb4f09d481f73b2 | |
parent | feat(elfeed): add more feeds (diff) | |
download | emacs.d-606020378fc68e3149dfc6e9bb8b783602c7bd84.tar.gz |
feat(conf/fish): add fish-mode
Change-Id: Ia7a9e8ec626be6920ad63f1eb2b965445f5b3452
-rw-r--r-- | emacs/custom/my-packages.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index dca13d1..62cfac0 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -28,6 +28,7 @@ ;; various configuration formats chef-mode dockerfile-mode + fish-mode hcl-mode jq-format protobuf-mode |