|
@@ -7,6 +7,7 @@ Emacs mode for kamailio.cfg syntax highlighting and indentation
|
|
|
|
|
|
(load "path_to_kamalio-mode.el")
|
|
|
|
|
|
-- To activate the mode, add somewhere in your kamailio.cfg a line, such as:
|
|
|
+- To activate the mode, tell it on the first nonblank line of your
|
|
|
+ kamailio.cfg file, for example:
|
|
|
|
|
|
-#-*-mode: kamailio; tab-width: 4; c-basic-offset: 4;
|
|
|
+# -*- mode: kamailio; tab-width: 4; c-basic-offset: 4; -*-
|