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 (use-package bash-ts-mode
:ensure nil :ensure nil
:commands (bash-ts-mode) :commands (bash-ts-mode)
:hook (
(bash-ts-mode . (lambda ()
(flymake-mode +1)
)))
:init :init
(add-to-list 'major-mode-remap-alist '(sh-mode . bash-ts-mode)) (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")) (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 (use-package org-bullets
:commands org-bullets-mode :commands org-bullets-mode
:hook (org-mode . org-bullets-mode) :hook (org-mode . org-bullets-mode)
:bind ((:map org-mode-map ([remap fill-paragraph] . unfill-toggle)))
) )
(use-package gnuplot-mode) (use-package gnuplot-mode)

View File

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