1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/korean/hanemacs/files/site-init.el
Jun Kuriyama 3367e70dd1 Korean version of GNU editing macros.
PR:		ports/6011
Submitted by:	CHOI Junho <junker@jazz.snu.ac.kr>
1998-05-17 22:26:00 +00:00

20 lines
464 B
EmacsLisp

;;; site-init.el -- site-dependent initialization file
;;
;; This init file is needed for FreeBSD ports of hanemacs
;;
;; 12 Mar 1998 CHOI Junho <junker@jazz.snu.ac.kr>
;;
; to display hangul char in X-window
(cond
((and
(boundp 'emacs-major-version)
(= emacs-major-version 19)
(= emacs-minor-version 34))
(standard-display-european t)
(set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) 0)
))
;;; site-init.el ends here