uim/suse-start-uim.el

14 lines
454 B
EmacsLisp

;; /usr/share/emacs/site-lisp/suse-start-uim.el
(add-to-list 'load-path "/usr/share/emacs/site-lisp/uim-el")
;; candidate display style of this buffer
(defvar uim-candidate-display-inline t
"If non-nil, a candidate list is displayed below the
preedit string in vertical direction. Otherwise, it is
displayed at the echo area.")
(load "/usr/share/emacs/site-lisp/uim-el/uim-leim" nil t)
;; /usr/share/emacs/site-lisp/suse-start-uim-el.el ends here