Commits
- Install python-lsp-server & plugins
- Update `:hook` for `org-fragtog-mode`, `org-roam-ui-mode`, and `org-appear-mode` to quote the function names.
- Modify `org-roam-ui-open` function to check if `org-roam-ui-mode` is active.
- Add `(require 'org-roam)` to `org-roam-ui-open` function.
- remove unused package build function
- add `emacsGit` package
- add `copilot` package
- add overlays for custom `emacs` packages
- update `emacsPackagesOverlay`
- Reduce company-idle-delay to improve completion menu response time
- Show the menu after one key press with company-minimum-prefix-length
- Limit the number of options displayed with company-tooltip-limit
- Align annotations to the right with company-tooltip-align-annotations
- Allow free typing with company-require-match
- Wrap around to beginning when you hit bottom of suggestions with company-selection-wrap-around
- Define helper functions to invoke nvm from Emacs and install Node.js v16 if it's missing
- Load the copilot package if a Node.js v16 binary exists
- Reduce company-idle-delay to improve completion menu response time
- Show the menu after one key press with company-minimum-prefix-length
- Limit the number of options displayed with company-tooltip-limit
- Align annotations to the right with company-tooltip-align-annotations
- Allow free typing with company-require-match
- Wrap around to beginning when you hit bottom of suggestions with company-selection-wrap-around
- Define helper functions to invoke nvm from Emacs and install Node.js v16 if it's missing
- Load the copilot package if a Node.js v16 binary exists