Skip to content

Instantly share code, notes, and snippets.

View raaims's full-sized avatar

Raims Cabrera raaims

View GitHub Profile
@raaims
raaims / .spacemacs.el
Last active February 21, 2018 06:57
My current dotspacemacs file
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
@raaims
raaims / mashup-gm.json
Last active November 27, 2017 12:06
Basketball-GM roster with lelz
{"startingSeason":2018,
"version": 24,
"players":[
{"tid":5,
"name":"Kevin Love",
"pos":"FC","hgt":82,"weight":251,
"born":{"year":1988,"loc":"Santa Monica, CA"},
"imgURL":"http://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/latest/260x190/201567.png",
"contract":{"amount":21165,"exp":2020},
"draft":{"round":1,"pick":5,"tid":14,"originalTid":14,"year":2008},
@raaims
raaims / mashup-gm.json
Created November 27, 2017 11:59
Basketball-GM roster with lelz
{"startingSeason":2018,
"version": 24,
"players":[
{"tid":5,
"name":"Kevin Love",
"pos":"FC","hgt":82,"weight":251,
"born":{"year":1988,"loc":"Santa Monica, CA"},
"imgURL":"http://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/latest/260x190/201567.png",
"contract":{"amount":21165,"exp":2020},
"draft":{"round":1,"pick":5,"tid":14,"originalTid":14,"year":2008},
@raaims
raaims / .spacemacs
Created October 13, 2017 01:54
My Spacemacs configuration
;; -*- mode: emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration.
You should not put any user code in this function besides modifying the variable
values."
(setq-default
;; Base distribution to use. This is a layer contained in the directory