From 32d30951769ee8d9b7a410fce770ec39d7e37465 Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 1 Feb 2024 15:50:08 +0100 Subject: [PATCH] add treemacs, php and web packages --- config/dot_config/doom/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dot_config/doom/init.el b/config/dot_config/doom/init.el index 7f9406f..65c0e31 100644 --- a/config/dot_config/doom/init.el +++ b/config/dot_config/doom/init.el @@ -44,7 +44,7 @@ ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows ;;tabs ; a tab bar for Emacs - ;;treemacs ; a project drawer, like neotree but cooler + treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages (vc-gutter +pretty) ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB @@ -155,7 +155,7 @@ ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel org ; organize your plain life in plain text - ;;php ; perl's insecure younger brother + php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional ;;python ; beautiful is better than ugly @@ -173,7 +173,7 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - ;;web ; the tubes + web ; the tubes ;;yaml ; JSON, but readable ;;zig ; C, but simpler