diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:00:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:00:39 +0000 |
commit | a6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (patch) | |
tree | e784ed48f7c3bb5a803cbd97b583435da971804d /cad/dinotrace | |
parent | 648300c466186a9a3281a692e09992799c9a706c (diff) | |
download | ports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.tar.gz ports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.zip |
Notes
Diffstat (limited to 'cad/dinotrace')
-rw-r--r-- | cad/dinotrace/pkg-message | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cad/dinotrace/pkg-message b/cad/dinotrace/pkg-message index 78d78be63f00..a0d53aafdc46 100644 --- a/cad/dinotrace/pkg-message +++ b/cad/dinotrace/pkg-message @@ -1,4 +1,6 @@ -==== +[ +{ type: install + message: <<EOM To activate dinotrace Emacs extensions add the following lines to your Emacs configuration file (usually ~/.emacs): @@ -11,5 +13,6 @@ to your Emacs configuration file (usually ~/.emacs): ;; Sim-Log mode (autoload 'sim-log-mode "sim-log" "Mode for Simulation Log files." t) (setq auto-mode-alist (append (list '("\\.log$" . sim-log-mode)) auto-mode-alist)) - -==== +EOM +} +] |