This is Jamie's private doom emacs config. Please make sure you are using zsh shell (recommende to use omz)! Pesonally, I use this config to do daily-cpp-dev, paper-writing, and paper related note-taking, so as a summary, this config
- Supports remote cpp developing with tramp, with correctly configured code-format (clang-format), lsp (eglot + clangd), bazel
- Supports latex acadamic paper writing, and note taking
WARNING: This config is only designed for MacOS.
Thirdparty libraries:
- wondershaper: Command-line utility for limiting an adapter's bandwidth
- secretflow/devtools: Secretflow's development tools
Recommended MacOS Apps:
- skim: open-source PDF reader and note-taker for OS X
- alacritty: cross-platform OpenGL terminal emulator
- zotero: free and easy-to-use biblography tool
- MacTex: standard distribution of TeX, LaTeX, and related programs produced by TeX Users Groups across the world
Of course, you need to download Emacs and doom first. As in doom's getting started guide says,
So, do the following steps. First, install presiquites with Homebrew.
xcode-select --install
# for emacs
brew install git ripgrep coreutils fd libtool fontconfig ripgrep pngpaste
# for cpp development (optional)
brew install clang-format bazelisk cmake ninja
Then, install emacs-plus,
brew tap d12frosted/emacs-plus
brew install emacs-plus --with-native-comp
ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app
# open emacs
open -a "emacs" # you can also setup this as quick open script in alfred
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install
./${PROJECT_ROOT}/scripts/setup-bin.el
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install leetcode-cli
sudo ln -s /Library/TeX/texbin/latex /usr/local/bin
Tex preview not working, emacs can not find 'latex' and 'dvipng' binaries.
sudo ln -s /Library/TeX/texbin/latex /usr/local/bin
sudo ln -s /Library/TeX/texbin/dvipng /usr/local/bin
How to increase key repeating delay and key repeating rate on MacOS?
see: https://apple.stackexchange.com/a/83923, remember to restart your system in order for the configs to take effect.
defaults write -g InitialKeyRepeat -int 15 // I think 15 is better, you can set this to 10
defaults write -g KeyRepeat -int 1
# or, config those values though GUI
open ~/Library/Preferences/.GlobalPreferences.plist
Remember to log-out and re-log-in for those changes to take effect.
How to remove unused-org-mode-attachment-files?
Git Fetch RPC failed?
git config --global http.postBuffer 524288000
Emacs struggles on svg images on M1?
see: railwaycat/homebrew-emacsmacport#312
One hotkey: Launch Editor?
One hotkey: Launch Editor, Bring Editor to front window, Open file/folder in Editor. Easily change TextEditor/IDE. Support Vim and Emacs! see: https://github.com/willbchang/alfred-open-in-editor
Rapidly search and cite Zotero entries from Alfred
see: https://github.com/giovannicoppola/zothero
doom sync is insanly slow?
try the following, see: https://emacs-china.org/t/doom-emacs/16069
git config --global url.https://github.com.cnpmjs.org/.insteadof https://github.com/