diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 8b9f1211..8670bfd3 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -289,3 +289,5 @@ :commands emojify-mode) (use-package rust-mode) + +(use-package org-web-tools) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index cbccbedf..973e11bc 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -42,7 +42,7 @@ '(org-plantuml-jar-path "~/.local/bin/plantuml.jar") '(package-enable-at-startup t) '(package-selected-packages - '(rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package)) + '(org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package)) '(scroll-bar-mode nil) '(scroll-step 5) '(tab-bar-mode nil)