Vedang Manerikar
bsky.vedang.me
Vedang Manerikar
@bsky.vedang.me
Founder, unravel.tech

Loves #programming, #management, #learning. Trying to always be positive.

Previously -
Founder: salher.ai
Alum: @helpshift, @recursecenter
🚀 Templates + LLMs = 🔥 (my secret productivity weapon)
February 1, 2025 at 7:03 AM
`eglot` is the perfect LSP client.

Open any programming file and type `M-x eglot` to start a LSP server in the background.

Get the magic of linting, formating, refactoring, help, jumping around and more all using built-in Emacs functionality!
December 20, 2024 at 1:36 PM
`avy` jumps to any visible point on the frame, `project` makes Emacs "git-aware", and all searching is outsourced to `ripgrep`.

Between these 3, you can go anywhere in your project at the speed of thought.

And that's just scratching the surface.
December 20, 2024 at 1:36 PM

`theme-buffet` automatically switches themes, making dark-mode and light-mode delightful!

`ef-themes` provides a buffet of fantastic themes to pick from.

`fontaine` manages font configuration easily!
December 20, 2024 at 1:36 PM
Package management:

`use-package` makes config easy to understand, maintain, and share. It cut down my elisp by at least 25%.

`elpaca` makes installing and contributing to elisp projects straighforward. It's also wicked fast.
December 20, 2024 at 1:36 PM