mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Fix example list in pkg-message for activating docbook-mode.
Submitted by: Nakal <nakal@web.de>
This commit is contained in:
parent
61c93d2ba2
commit
7e3fa4006a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83549
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
===
|
||||
To use docbook-mode, add the following lines to your ~/.emacs:
|
||||
|
||||
;; Begin snippet
|
||||
;; DocBook IDE mode
|
||||
(autoload 'docbook-mode "docbookide" "Major mode for DocBook documents." t)
|
||||
|
||||
|
@ -14,8 +14,9 @@ To use docbook-mode, add the following lines to your ~/.emacs:
|
|||
(setq auto-mode-alist
|
||||
(append
|
||||
(list
|
||||
'("\\.sgm" . docbook-mode))
|
||||
'("\\.sgml" . docbook-mode))
|
||||
'("\\.xml" . docbook-mode))
|
||||
'("\\.sgm" . docbook-mode)
|
||||
'("\\.sgml" . docbook-mode)
|
||||
'("\\.xml" . docbook-mode)
|
||||
auto-mode-alist))
|
||||
===
|
||||
)
|
||||
;; End snippet
|
||||
|
|
Loading…
Add table
Reference in a new issue