Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs #1

Open
12 of 13 tasks
mishazharov opened this issue Aug 4, 2022 · 0 comments
Open
12 of 13 tasks

Emacs #1

mishazharov opened this issue Aug 4, 2022 · 0 comments

Comments

@mishazharov
Copy link
Owner

mishazharov commented Aug 4, 2022

Requirements:

  • Good fuzzy search support for finding files (install Helm?) I went with consult (M-s d)
  • Search in all files
    I commonly use restrictions on directories and file types (include / exclude) (use consult-ripgrep with a -- args.. parameter. AKA M-s r (minibuffer) #thing -- -g !*.cpp)
  • Resolving git conflicts (smerge)
  • Split pane
  • Persistent session Don't need this one enough anymore
  • Tree sitter
  • Assorted language servers
    • Rust
    • c++
    • Python
  • Cross platform shortcuts (Mac + Linux). I don't know how much Windows I want to support
  • Ripgrep, ignore emacs autosave files (#.*#) (just autosave the files in a different directory)
  • Indenting / unindenting source code (select block of text, C-x TAB and you can interactively do indentation)

Investigate Embark (:heavy_check_mark: ), Consult (not to be confused with counsel) (:heavy_check_mark: ), Orderless (:heavy_check_mark: ), Marginalia (:heavy_check_mark: ), and vertico (:heavy_check_mark: ) per this thread

@mishazharov mishazharov transferred this issue from another repository Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant