Experimental Emacs Config
Warning
Not intended for general use. This is strictly for personal use.
A bare bones personal Emacs configuration designed for constrained environments to work with C++ files (primarily virtual machines).
The early-init.el uses some tips from D4lj337/Emacs-performance
- Derived from
fundamental-mode - Completely stripped down
- Exists solely as a handle for Eglot
- Eglot (with
clangd) - Flymake (minimal configuration)
- clang-format, goimports, gofmt
Note Does NOT use
company-modeandcc-mode.
imenu:C-c C-v- Format document:
C-c C-f - Jump to header:
C-c C-o - Completion at point:
C-<tab> - Trigger goimports:
C-c C-n