Explorar el Código

Add example .emacs stanza to commentry

Alex Bennee hace 15 años
padre
commit
1fd6368fa0
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      edit-server.el

+ 8 - 0
edit-server.el

@@ -8,6 +8,14 @@
 ;; http://www.emacswiki.org/emacs/EmacsEchoServer
 ;; http://nullprogram.com/blog/2009/05/17/
 ;;
+;; To use it ensure the file is in your load-path and add something
+;; like:
+;;
+;; (if (and (daemonp) (locate-library "edit-server"))
+;;     (progn
+;;       (require 'edit-server)
+;;       (edit-server-start)))
+;;
 ;; (C) 2009 Alex Bennee (alex@bennee.com)
 ;; (C) 2010 Riccardo Murri (riccardo.murri@gmail.com)
 ;;