Skip to content
Snippets Groups Projects
Commit 6328a62b authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Refactoring edit-server

parent dedef528
No related branches found
No related tags found
No related merge requests found
......@@ -526,6 +526,12 @@
:config
(fa-config-default))
;; Test pour l'édition sous Chrome
(use-package edit-server
:ensure t
:config
(edit-server-start))
;; ===============================
;; Configurations variables/styles
;; ===============================
......@@ -1017,10 +1023,6 @@
;; (Rappel : pour C/C++/Java/JavaScript/Objective-C/Protobuf code)
(global-set-key [C-M-tab] 'clang-format-region)
;; Test pour l'édition sous Chrome
(require 'edit-server)
(edit-server-start)
;;; .emacs ends here
(provide '.emacs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment