This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AsideBlock | |
# Insert toggle-able text segments with ease in Jekyll blog posts. | |
# Requires Bootstrap | |
# | |
# Author: Matthew Chan <[email protected]> | |
# Date: January 2015 | |
# License: GNU GPL | |
# | |
# Usage: | |
# {% aside <title> %} ==> auto expands to "(aside) <title>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; init-basic.el | |
;; A barebones emacs init file for beginners. Removes most common annoyances. | |
;; | |
;; Author: Matthew Chan <[email protected]> | |
;; Date: November 2014, Last updated January 2015 | |
;; License: GNU GPL | |
;; | |
;; Usage: Put in .emacs.d as init.el. Run | |
;; $ cd | |
;; $ git clone https://gist.github.com/112f4a71294aec281fa9.git .emacs.d |
NewerOlder