diff --git a/src/lib/modes.el b/src/lib/modes.el index 13c03a2..9a3cc64 100644 --- a/src/lib/modes.el +++ b/src/lib/modes.el @@ -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 diff --git a/src/plugins/cproject.el b/src/plugins/cproject.el index e0ebdcb..906f8e8 100644 --- a/src/plugins/cproject.el +++ b/src/plugins/cproject.el @@ -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 ;; ---------------------------------------------------------------------