Skip to content

Instantly share code, notes, and snippets.

View selrond's full-sized avatar

Sebastian Andil selrond

View GitHub Profile

Keybase proof

I hereby claim:

  • I am selrond on github.
  • I am selrond (https://keybase.io/selrond) on keybase.
  • I have a public key ASC1saedoWKDgugEaxDfD9-EVIpFnJmp2YWtf7b2T_0Z1go

To claim this, I am signing this object:

<?php
// 'after_setup_theme', with 100, so it is the absolute last thing to load
add_action('after_setup_theme', 'customize_parent_includes', 100);
function customize_parent_includes() {
//again, set this to 100 so it is the last thing loaded
add_action('wp_enqueue_scripts', 'bootstrap_custom', 100);
}
@selrond
selrond / Mac Tipy&Triky
Last active February 10, 2016 12:49
Mac Tips&Tricks
# Mac tipy a triky
## `Finder` Rovnaká veľkosť okna (vždy)
1. Otvoriť a nastaviť okno `Findera` na požadovanú veľkosť
2. zavrieť všetky okná `Findera` (<kbd>Cmd</kbd>+<kbd>Alt</kbd>+<kbd>W</kbd>)
3. <kbd>Alt</kbd> + klik pravým tlačidlom na ikonu `Findera`; `Relauch / Znova spustiť`
----------
## `Finder` Zmena šírky stĺpcov pri stĺpcovom zobrazení
@selrond
selrond / 0_reuse_code.js
Created February 3, 2016 15:28
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console