This is a private module for my personal. The config files mainly from https://github.com/xhcoding/doom-private , Add I changed some personal config for me, and I maybe add some functions. Thanks xhcoding again.
- Translate with youdao
- Blog manager : easy-hugo for manage org files , ox-hugo export org to markdown .
This module provides no flags.
This config will auto install packages;
{A list of internal modifications to included packages}
This module prereqisites with :
- doom emacs : a emacs distribution like Spacemacs
- ccls : a completion server like YouCompleteMe
An in-depth list of features, how to use them, and their dependencies.
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d -b develop
git clone --recursive https://github.com/Jerling/doom.git ~/.config/doom
cd ~/.emacs.d && make install
Maybe want to remap somekey on system, like CapsLock remap to Left_Ctrl and so on. Install xkeysnail , and then run the command as follow:
nohup sudo xkeysnail ~/.config/doom/tools/config.py >> /dev/null &
# or write a script with autostart when longin
nohup echo passwd | sudo -S xkeysnail ~/.config/doom/tools/config.py >> /dev/null &
- for TAGS not find : Maybe need reboot or install rtags reboot for goto definition work well;
- if not work, maybe need to rollback to
commit 8e453462c7a72b9194d642f227f3197d7b14de9b (HEAD -> develop, origin/develop, origin/HEAD)