C++ development in Emacs: clangd and eglot
Here's how to set up Emacs for a better C++ development experience, in my opinion. clangd install instructions https://clangd.llvm.org/installation clangd features https://clangd.llvm.org/features eglot keybindings (use-package eglot :bind (:map eglot-mode-map ("C-c l r" . eglot-rename) ("C-c l a" . eglot-code-actions) ("C-c l f" . eglot-format))) if you're not using use-package (define-key eglot-mode-map (kbd "C-c l r") 'eglot-rename) (define-key eglot-mode-map (kbd "C-c l a") 'eglot-code-actions) (define-key eglot-mode-map (kbd "C-c l f") 'eglot-format)

▶︎
Unleash The REPL With Sly

▶︎
Emacs is my COMPUTER now...

▶︎
Model Evaluation & Cross-Validation with Scikit-Learn | Ep12

▶︎
CppCon 2015: Atila Neves "Emacs as a C++ IDE"

▶︎
Code Completion In Emacs - Everything You Need To Know

▶︎
Co-Creator of Haskell: Functional Programming, Thinking in Types, Useless Languages | Simon Jones

▶︎
Best Python IDE: Vim, Emacs, PyCharm, or Visual Studio Code? | Guido van Rossum and Lex Fridman

▶︎
Master Emacs Dired Mode in 15 Minutes

▶︎
5 power user tips for emacs

▶︎
Emacs bankruptcy – fix your Emacs and your life

▶︎
One Formula That Demystifies 3D Graphics

▶︎
The World Is Not Ready For Jai

▶︎
Doom Emacs On Day One (Learn These Things FIRST!)

▶︎
Jonathan Blow - Jai Demo and Design Explanation (KEYNOTE) - Updated

▶︎
EmacsConf 2022: What I'd like to see in Emacs - Richard M. Stallman

▶︎
Using Emacs Episode 80 - Vertico, Marginalia, Consult, and Embark

▶︎
Literate Documentation with Emacs and Org Mode

▶︎
Why You Should Never Try Emacs

▶︎
Emacs: use-package essentials

▶︎
