Skip to content

Instantly share code, notes, and snippets.

/**
* Disable Modules.
*/
function cm_deploy_update_7103() {
$module_list = array(
'dashboard',
'block',
'color'
);
module_disable($module_list);
<?php
/**
* @file
* Update hooks for deploying changes to my awesome website.
*/
/**
* Implements hook_install().
*/
### Keybase proof
I hereby claim:
* I am khofmeyer on github.
* I am khofmeyer (https://keybase.io/khofmeyer) on keybase.
* I have a public key whose fingerprint is 9376 D133 BC0B 445D 501B DD45 35AD AD01 985D 6A66
To claim this, I am signing this object:
@khofmeyer
khofmeyer / gist:d18fa8c65e5dbc49f087
Created September 24, 2014 16:28
Sublime text User settings
{
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"font_face": "Proxima Nova",
"font_size": 23,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"soda_classic_tabs": true,