menu initialization moved to shit-mode

This commit is contained in:
Sameer Rahmani 2011-01-02 17:33:11 +03:30
parent 9991be174d
commit 966c07ccb2
3 changed files with 1 additions and 2 deletions

View File

@ -48,4 +48,3 @@
;; (define-key-after global-map [menu-bar file new-proj phpproj] (cons "PHP" (make-sparse-keymap "php-proj")) 'pyproj)
)
(menu/init-menu)

View File

@ -89,6 +89,7 @@ This mode provide a basic configuration for an IDE."
;; before initiazing mode
(run-hooks shit-preinit-mode-hook)
(define-key shit-map (kbd "\C-c \C-c") 'tmplog)
(menu/init-menu)
;; after mode was initialized
(run-hooks shit-postinit-mode-hook)
)

View File

@ -114,7 +114,6 @@ function."
(init-shit)
(load-dir LIBPATH)
(load-dir PLUGINPATH)
;;(load-lib "menu.el")
)
)