https://github.com/bramtechs/emacs-config
GNU Emacs config for mostly C++ programming.
https://github.com/bramtechs/emacs-config
Last synced: 4 months ago
JSON representation
GNU Emacs config for mostly C++ programming.
- Host: GitHub
- URL: https://github.com/bramtechs/emacs-config
- Owner: bramtechs
- Created: 2025-07-29T13:29:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T21:46:23.000Z (5 months ago)
- Last Synced: 2026-01-12T01:22:33.922Z (5 months ago)
- Language: Emacs Lisp
- Size: 403 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GNU Emacs Config
Bootstrap
```elisp
(setq default-directory "~/dev/emacs-config")
(load-file "~/dev/emacs-config/emacs.el")
```