Skip to content

Jerling/doom

Repository files navigation

Private module for doom emacs

Table of Contents

Description

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 .

Module Flags

This module provides no flags.

Plugins

This config will auto install packages;

Hacks

{A list of internal modifications to included packages}

Prerequisites

This module prereqisites with :

  • doom emacs : a emacs distribution like Spacemacs
  • ccls : a completion server like YouCompleteMe

Features

An in-depth list of features, how to use them, and their dependencies.

Configuration

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

Recommend

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 &

Troubleshooting

  • 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)

About

private module for doom emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published