Created
July 7, 2016 08:06
-
-
Save telmich/fd8e74361cb6fb850536a942fffd0a21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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