minor changes

This commit is contained in:
lxsameer 2011-01-02 20:14:22 +03:30
parent c3a29e05c1
commit 34f37c68f9
3 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,6 @@
(defun menu/init-menu () "Initializing Shit IDE menu"
(log "Initinalizing Menus . . .")
;; New Project Menu
(define-key-after global-map [menu-bar file new-proj] (cons "New Project" (make-sparse-keymap "new project")) 'new-file)
@ -46,6 +45,7 @@
;; (define-key-after global-map [menu-bar file new-proj jproj] (cons "Java" (make-sparse-keymap "j-proj")) 'elproj)
;; (define-key-after global-map [menu-bar file new-proj jsproj] (cons "JS" (make-sparse-keymap "js-proj")) 'jproj)
;; (define-key-after global-map [menu-bar file new-proj phpproj] (cons "PHP" (make-sparse-keymap "php-proj")) 'pyproj)
(message "Menus Initinalized")
)
(defun menu/destruct-menu ()

View File

@ -95,7 +95,7 @@ This mode provide a basic configuration for an IDE."
(let ()
;; before deactivating mode
(run-hooks shit-prerm-mode-hook)
(setq shit-mode nil)
;; return everything to normal
(if (not tool-bar-mode) (tool-bar-mode))
(if (not scroll-bar-mode) (scroll-bar-mode))

View File

@ -104,7 +104,6 @@ function."
(warn "[SHIT] WARNING >>> %s ARG")
)
(defun start-shit ()
"A peace of shit configuration that tune emacs to be an IDE."
(interactive)