[logaling-commit] logaling/logalimacs [master] Add configurations for test

アーカイブの一覧に戻る

Yuta Yamada null+****@clear*****
Tue Aug 28 23:00:17 JST 2012


Yuta Yamada	2012-08-28 23:00:17 +0900 (Tue, 28 Aug 2012)

  New Revision: 1c9cca77a88c5f4bf184b064755f80df5f2fdcd0
  https://github.com/logaling/logalimacs/commit/1c9cca77a88c5f4bf184b064755f80df5f2fdcd0

  Log:
    Add configurations for test

  Added files:
    test/logalimacs_configs.el

  Added: test/logalimacs_configs.el (+15 -0) 100644
===================================================================
--- /dev/null
+++ test/logalimacs_configs.el    2012-08-28 23:00:17 +0900 (143b423)
@@ -0,0 +1,15 @@
+
+(let* ((logalimacs-directory "~/bb/emacs.d/elisp/logalimacs/"))
+  (dired logalimacs-directory)
+  (load (concat logalimacs-directory "stem"))
+  (load (concat logalimacs-directory "popup"))
+  (load (concat logalimacs-directory "popwin"))
+  (load (concat logalimacs-directory "logalimacs"))
+  (setq loga-use-dictionary-option t
+        loga-use-stemming t
+        loga-use-singular-form t
+        loga-use-auto-detect-language t)
+  (global-set-key (kbd "M-g M-i") 'loga-interactive-command)
+  (global-set-key (kbd "M-g M-u") 'loga-lookup-at-manually)
+  (global-set-key (kbd "M-g M-a") 'loga-add)
+  (global-set-key (kbd "C-:") 'loga-lookup-in-popup))
-------------- next part --------------
An HTML attachment was scrubbed...
ダウンロード 



More information about the logaling-commit mailing list
アーカイブの一覧に戻る