1
0
Fork
You've already forked bakemacs
0
My Brain Baking Emacs config
  • Emacs Lisp 98.5%
  • YASnippet 1.4%
  • Shell 0.1%
2026年05月11日 13:14:43 +02:00
config fix python correct tab/space indent 2026年05月11日 13:14:43 +02:00
eshell eshell/sff: open a path with sudo. 2026年03月19日 10:25:39 +01:00
snippets "now" yasnippet 2026年03月09日 19:32:50 +01:00
.gitignore fix presentation fullscreen macos; mixed pitch zooming; eshell major additions 2026年02月21日 22:08:21 +01:00
bakemacs-daemon.sh fix mu4e autocomplete mac email, attempt to wrangle electric-pair-mode etc 2026年01月15日 09:42:15 +01:00
custom-vars.el eshell/sff: open a path with sudo. 2026年03月19日 10:25:39 +01:00
init.el make bakemacs compatible with linux 2026年03月27日 20:39:32 +01:00
README.md fix python correct tab/space indent 2026年05月11日 13:14:43 +02:00

Brain Baking Emacs Config

Ongoing! See config/ for a list of files that get loaded from init.el.

Requirements

Be sure to do a package-refresh-contents; sometimes Magit fails to install because of that.

Fonts

  • See theme.el; besides that; nerd icons requires a one-time nerd-icons-install-fonts

Compilation tools

  • For PDF tools to recompile: g++ (gcc-g++)

External tools

  • rg, optionally with RIPGREP_CONFIG_PATH set somewhere by your $SHELL.
    • ~/.ripgreprc should contain --hidden and --glob=!.git/*%.
  • In case of macOS: gls for Dired.
  • mu and mbsync to get mu4e working as an email client. See Customizing The Emacs Email Experience With Mu4e