▽Haskell Mode for Emacs ●01/19 15:31 Haskell Mode for Emacs The latest version of Haskell-mode can be found at http://iro.umontreal.ca/~monnier/elisp/. The rest of this page refers to an older version of Haskell-mode. The Haskell mode itself is very basic, but provides a base on which to build modules. The currently supported modules are: Font Locking: Colours keywords, comments, strings, etc. Declaration Scanning: Scans declarations
▽alpaca.el ●02/19 19:47 GnuPG filesを扱う ;;;;;; alpaca.el -- an easy way to edit GnuPG files encrypted with ;;; shared-key cryptography ;;;;; Author: Kazu Yamamoto ;; Created: Oct 16, 2003 ;; Revised: Feb 17, 2008 ;;; Commentary:;;;; Use Emacs 20.7 or later and GnuPG ver 1.2.3 or later.;;;; 0) Put the following to your ”.emacs”;;;; (autoload ’alpaca-after-find-file ”alpaca” nil t);; (add-hook ’find-file-hooks ’alpaca-after-find-file);;;;