doom-private icon indicating copy to clipboard operation
doom-private copied to clipboard

Doom Emacs的个人配置,主要针对C/C++开发

  • 注意: 我现在已经不再使用这套配置,所以这套配置不会随着 doom emacs 的更新而更新, 可能会出现无法使用的情况,只具有参考价值。

  • 安装 ** 安装配置文件 #+BEGIN_SRC shell git clone -b develop https://github.com/hlissner/.emacs.d ~/.emacs.d git clone https://github.com/xhcoding/doom-private.git ~/.config/doom cd ~/.emacs.d ~/.emacs.d/bin/doom install #+END_SRC ** 安装补全服务端ccls 补全需要的服务端,[[https://github.com/MaskRay/ccls/wiki/Build][ccls安装方法]] ** 安装调试服务端lldb-vscode [[https://github.com/llvm-mirror/lldb/tree/master/tools/lldb-vscode][安装方法]]