Skip to content

Instantly share code, notes, and snippets.

View macta's full-sized avatar

Tim Mackinnon macta

  • morethan.technology
  • London
  • X @iterex
View GitHub Profile
@macta
macta / completion.st
Last active August 29, 2015 14:06 — forked from Uko/completion.st
Example prefs for Pharo. Files should reside in ~/Library/Preferences/pharo/
StartupLoader default executeAtomicItems: {
StartupAction
name: 'Code completion setings'
code: [
NECPreferences
enabled: true;
popupShowAutomatic: true;
useController: NECController;
popupShowWithShortcut: Character space shift ]
runOnce: true
=begin
CategoryPagination allows Jekyll sites to have index pages for each category, and to break those
category indexes into multiple pages.
This code belongs in the _plugins directory.
The following items need to be true:
* No longer required -> There is a file called "category_index.html" in the _layouts directory