ftnk.jp -> ~fumi -> ChangeLog -> hnf-mode
Prev / Next / ~fumi/ChangeLog

2001-08-22 / hnf-mode [Emacs]

.emacsに、以下の設定をする。

;; hnf-mode
   (autoload 'hnf "hnf-mode" nil t)
   (autoload 'hnf-mode "hnf-mode" nil t)
   (setq auto-mode-alist (cons '("\\.hnf$" . hnf-mode) auto-mode-alist))
   (setq hnf-cat '(("linux") ("book")))
   (add-hook 'hnf-mode-load-hook
	     (function
	      (lambda ()
		(define-key hnf-mode-map "\C-m" 'hnf-newline))))

Blog Widget by LinkWithin
blog comments powered by Disqus