Add packages for work dev

This commit is contained in:
Wojciech Kozlowski 2024-01-18 21:18:59 +01:00
parent 14c9c0c75d
commit 8fdb3a6417
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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: