Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
;;; hnf-init.el --- Hyper Nikki File edit mode initialize
;; Copyright (C) 2000 YAMASHITA Junji
;; Author: YAMASHITA Junji
;; Keywords: init, nikki, hns
;; Version: $Id: hnf-init.el,v 1.14 2002/02/04 08:18:42 ysjj Exp $
;;; Commentary:
;;; Code:
(setq file-coding-system-alist
(cons '("\\.hnf\\'" . (euc-japan . euc-japan))
file-coding-system-alist))
(setq hnf-diary-dir (expand-file-name "work/diary/hnf" "~")
hnf-diary-url "http://www.unixuser.org/~ysjj/diary/"
hnf-new-link-name-format "?%Y%m%a&to=%Y%m%d%N#%Y%m%d%N"
hnf-sub-link-name-format "?%Y%m%a&to=%Y%m%d%NS%S#%Y%m%d%NS%S")
(add-hook 'hnf-mode-hook
#'(lambda ()
(activate-input-method default-input-method)))
;;; hnf-init.el ends here