To use haskell-mode in Emacs, add the following lines to your ~/.emacs: (setq auto-mode-alist (append auto-mode-alist '(("\\.[hg]s$" . haskell-mode) ("\\.hi$" . haskell-mode) ("\\.l[hg]s$" . literate-haskell-mode)))) (autoload 'haskell-mode "haskell-mode" "Major mode for editing Haskell scripts." t) (autoload 'literate-haskell-mode "haskell-mode" "Major mode for editing literate Haskell scripts." t) Add the following lines according to which modules you want to use: (add-hook 'haskell-mode-hook 'turn-on-haskell-font-lock) (add-hook 'haskell-mode-hook 'turn-on-haskell-decl-scan) (add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode) (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) ;(add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent) (add-hook 'haskell-mode-hook 'turn-on-haskell-hugs) Note that the two indentation modules are mutually exclusive - add at most one. cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/eb2
Commit message (Expand)AuthorAgeFilesLines
* - Add New appendix; genius2 (1.0).knu2002-08-273-3/+15
* Change MASTER_SITES.yoichi2002-05-021-3/+4
* Update the checksums of LIST/LIST-ja.knu2001-03-151-2/+2
* Remove extra spaceskevlo2000-08-211-1/+1
* Update to version ja-eb-2.3.8(patched).kevlo2000-08-182-0/+4
* Update to 2.3.8.knu2000-07-053-9/+4
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
* Add a new appendix file `superdic98-1.0'.knu2000-04-193-5/+42
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-8/+7
* De-portlint.knu2000-03-301-10/+10
* Committed with a minimum change for portlint, thanks!knu2000-03-302-0/+4
* Allow this port to actually find its distfiles after they have beensteve2000-02-141-25/+24
* Updated to 2.3.7taoka2000-02-072-4/+4
* Upgrade to 2.3.6.sumikawa2000-01-222-6/+7
* upgrade to 2.3.5.sumikawa1999-11-273-7/+8
* update mastersites and put distfiles into a directorymharo1999-10-272-31/+26
* Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3taoka1999-09-202-4/+4
* Added a new appendix file (eb/daihyakka-1.0.tar.gz) into this port.taoka1999-09-073-0/+8
* Change Id->FreeBSD.obrien1999-08-251-1/+1