null+****@clear*****
null+****@clear*****
Thu Jan 19 19:25:24 JST 2012
yuta yamada 2012-01-19 19:25:24 +0900 (Thu, 19 Jan 2012) New Revision: 16f3b58e6d23eb7ca6f6541732b5dae5e7cd87a9 Log: apply config-file for out of Emacs24 Added files: logalimacs-config.el Added: logalimacs-config.el (+19 -0) 100644 =================================================================== --- /dev/null +++ logalimacs-config.el 2012-01-19 19:25:24 +0900 (9fcf541) @@ -0,0 +1,19 @@ +;;;* configuration for logalimacs + +(require 'logalimacs nil t) +(require 'logalimacs-rurema nil t) + +;;key-binds +;; @todo create loga-mode-map +(global-set-key (kbd "M-g M-u") 'loga-lookup-in-hand-or-region) +(global-set-key (kbd "M-g M-a") 'loga-add-word) +(global-set-key (kbd "M-g M-i") 'loga-interactive-command) + +;;;*configuration for PopWin(requirement popwin.el) +(when (require 'popwin nil t) + (defvar display-buffer-function 'popwin:display-buffer) + (defvar popwin:special-display-config + (append '(("*logalimacs*" :position top :height 10 :noselect t :stick t))) + popwin:special-display-config)) + +(provide 'logalimacs-config)