Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save telmich/fd8e74361cb6fb850536a942fffd0a21 to your computer and use it in GitHub Desktop.
(when (string= "mainemacs" (frame-parameter (selected-frame) 'name))
(server-start) ;; for emacsclient
(add-to-list 'load-path "~/.emacs.d/lisp") ;; next part is for chromium
(require 'edit-server)
(edit-server-start)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment