Compare commits

..

No commits in common. "35709eb06a7a49454a80627ac0393192774cf992" and "fa1ed38678a70cbe664c602a2910321db49fd057" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -3,10 +3,6 @@
(use-package bash-ts-mode
:ensure nil
:commands (bash-ts-mode)
:hook (
(bash-ts-mode . (lambda ()
(flymake-mode +1)
)))
:init
(add-to-list 'major-mode-remap-alist '(sh-mode . bash-ts-mode))
(add-to-list 'treesit-language-source-alist '(bash "https://github.com/tree-sitter/tree-sitter-bash"))

View File

@ -67,6 +67,7 @@
(use-package org-bullets
:commands org-bullets-mode
:hook (org-mode . org-bullets-mode)
:bind ((:map org-mode-map ([remap fill-paragraph] . unfill-toggle)))
)
(use-package gnuplot-mode)

View File

@ -13,7 +13,6 @@
- pyright
- gopls
- typescript-language-server
- shellcheck
state: present
- name: Create directories