Yuta Yamada
null+****@clear*****
Sun Aug 26 16:31:38 JST 2012
Yuta Yamada 2012-08-26 16:31:38 +0900 (Sun, 26 Aug 2012) New Revision: 0fde160eecf4e4bb8381d9f7f41c5963eedc08a6 https://github.com/logaling/logalimacs/commit/0fde160eecf4e4bb8381d9f7f41c5963eedc08a6 Log: Improve document Modified files: logalimacs.el Modified: logalimacs.el (+18 -0) =================================================================== --- logalimacs.el 2012-08-23 17:21:52 +0900 (59937dc) +++ logalimacs.el 2012-08-26 16:31:38 +0900 (b96b4c3) @@ -28,6 +28,24 @@ ;; Logalimacs.el lookup to registered term at logaling-command and, ;; Executes other commands for logaling-command from emacs. +;;; Usage +;; Paste below Emacs lisp code to config file as ~/.emacs.d/init.el etc.. +;; (require 'logalimacs) +;; (global-set-key (kbd "M-g M-i") 'loga-interactive-command) +;; (global-set-key (kbd "C-:") 'loga-lookup-in-popup) + +;;; Preference setting +;; (setq +;; ;; Attach dictionary option for loga-lookup. +;; loga-use-dictionary-option t +;; ;; Attempt fallback by stemming if the lookup failed (require stem.el). +;; loga-use-stemming t +;; ;; Transform to singular-form from multiple form. +;; loga-use-singular-form t +;; ;; Detect language automatically when loga-add/update is used. +;; ;; Note that yet Japanese and English pair only. +;; loga-use-auto-detect-language t) + (eval-when-compile (require 'cl)) -------------- next part -------------- An HTML attachment was scrubbed... Download