some reformation in cplugin

This commit is contained in:
lxsameer 2011-01-02 21:23:23 +03:30
parent d496d1388f
commit dc0b9b582c
2 changed files with 11 additions and 10 deletions

View File

@ -55,14 +55,6 @@ and keymap for their actions."
:group 'shit-group
)
;; ---------------------------------------------------------------------
;; Custom Variables
;; ---------------------------------------------------------------------
(defcustom c-plugin t
"ShitIDE C programming language plugin."
:group 'shit-features
:type 'boolean
:tag '"C Plugin")
;; ----------------------------------------------------------------------
;; Functions

View File

@ -17,9 +17,9 @@
;; C project plugin for Shit IDE
;; ---------------------------------------------------------------------
;; -------------------------------------------------------------------
;; Hooks
;; ---------------------------------------------------------------------
;; -------------------------------------------------------------------
(defvar shit-cplug-preinit-hook '()
"This hook runs before initializing the Shit c-plugin minor mode."
)
@ -52,6 +52,15 @@ binding for Shit IDE C projects section."
:group 'shit-group
)
;; ---------------------------------------------------------------------
;; Custom Variables
;; ---------------------------------------------------------------------
(defcustom c-plugin t
"ShitIDE C programming language plugin."
:group 'shit-features
:type 'boolean
:tag '"C Plugin")
;; ---------------------------------------------------------------------
;; Functions
;; ---------------------------------------------------------------------