From 8fdb3a6417dddff1f830b48ca8a3b65982076bb6 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 18 Jan 2024 21:18:59 +0100 Subject: [PATCH] Add packages for work dev --- init.el | 2 +- packages.el | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1054457..1224294 100644 --- a/init.el +++ b/init.el @@ -154,7 +154,7 @@ ;;ocaml ; an objective camel (org +dragndrop +pretty); organize your plain life in plain text ;;php ; perl's insecure younger brother - ;;plantuml ; diagrams for confusing people more + plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional (python +lsp +pyright +tree-sitter); beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever diff --git a/packages.el b/packages.el index 6efaeff..2abf709 100644 --- a/packages.el +++ b/packages.el @@ -10,15 +10,18 @@ ;;(package! some-package) (package! deadgrep) (package! duplicate-thing) +(package! flycheck-yang) (package! nftables-mode) (package! p4_16 :recipe (:local-repo "repos/p4_16-mode")) +(package! protobuf-mode) (package! symbol-overlay) (package! treemacs-icons-dired) (package! whole-line-or-region) (package! x-lib :recipe (:local-repo "repos/x-lib")) (package! xcscope) ;; required for p4_16-mode +(package! yang-mode) ;; To install a package directly from a remote git repo, you must specify a ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: