[Pkg-ocaml-maint-commits] [SCM] tuareg-mode packaging branch, master, updated. debian/1%2.0.4-4-7-ge92780c
Ralf Treinen
treinen at free.fr
Tue May 29 20:13:51 UTC 2012
The following commit has been merged in the master branch:
commit e92780cb343f1f8dca1532e3fa7ab8685b320912
Author: Ralf Treinen <treinen at free.fr>
Date: Tue May 29 21:58:47 2012 +0200
activate SMIE indenation
diff --git a/debian/changelog b/debian/changelog
index 44ff30f..848ac84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ tuareg-mode (1:2.0.6-1) UNRELEASED; urgency=low
debian ocaml policy.
* debian/rules: no more files custom-tuareg.el or sym-lock.el to install
* installation: do not compile for xemacs.
+ * emacs startup: activate SMIE indentation engine
- -- Ralf Treinen <treinen at debian.org> Tue, 29 May 2012 21:46:30 +0200
+ -- Ralf Treinen <treinen at debian.org> Tue, 29 May 2012 21:58:13 +0200
tuareg-mode (1:2.0.4-4) unstable; urgency=low
diff --git a/debian/emacsen-startup b/debian/emacsen-startup
index 2e1d58b..55c4e4c 100644
--- a/debian/emacsen-startup
+++ b/debian/emacsen-startup
@@ -1,6 +1,3 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; append-tuareg.el - Tuareg quick installation: Append this file to .emacs.
-
(add-to-list 'auto-mode-alist '("\\.ml[iylp]?\\'" . tuareg-mode))
(autoload 'tuareg-mode "tuareg" "Major mode for editing Caml code" t)
(autoload 'camldebug "ocamldebug-tuareg" "Run the Caml debugger" t)
@@ -10,6 +7,8 @@
(concat "/usr/share/"
(symbol-name debian-emacs-flavor)
"/site-lisp/tuareg-mode"))
+(setq tuareg-use-smie t)
+
--
tuareg-mode packaging
More information about the Pkg-ocaml-maint-commits
mailing list