summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2023-09-25new use-package for c-ts-modeJohn Turner
2023-09-25conditionally configure treesitter modes if their parsers are availJohn Turner
2023-09-25typoJohn Turner
2023-09-12fix syntaxJohn Turner
2023-09-12create package sh-scriptJohn Turner
2023-09-12create package ebuild-modeJohn Turner
2023-09-12fixupJohn Turner
2023-09-12add /root/bin to tramp-remote-pathJohn Turner
2023-09-12increase tramp-timeout to one hourJohn Turner
2023-09-12use best-side-window for flymake diagnostics buffersJohn Turner
2023-07-16setup ts modes in the treesit use-package expressionJohn Turner
python-ts-mode and bash-ts-mode are not packages or features, so we can't use them in a use-package expression. Since we can't create use-package expressions for them, just set up the requires variables in the treesit use-package expression.
2023-07-16fixupJohn Turner