Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the existing emacs server process in daemonize mode #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MephistoMMM
Copy link
Contributor

Now, hexo-renderer-org won't start a new emacs server process in daemonize mode. It will use the activing one by connecting the exist emacs server socket file. You can use this codes to config the adress of emacs server socket file.

     org:
       server_file: "~/.emacs.d/server/server"  # <----- this is default value

add a new method to convert org file via emacsclient

fixbug: start emacs server when daemonize equal to 2

first commit which compile org file success

beautify js code, modify var to let

add default value of server_file for hexo.config.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant