Skip to content

Instantly share code, notes, and snippets.

@paologlim
paologlim / beach.md
Last active February 28, 2017 02:42
  • February: Moalboal
  • March: Bohol
  1. Camotes
  2. Medellin
  3. Bantayan
  4. Malapascua
  5. Badian
  6. Apo
  7. Siquijor
@paologlim
paologlim / init.el
Created December 10, 2012 11:53
Emacs config file
(add-hook 'before-save-hook 'delete-trailing-whitespace)
(require 'package)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
(package-initialize)
(when (not package-archive-contents)
(package-refresh-contents))