Skip to content

Instantly share code, notes, and snippets.

View gizak's full-sized avatar

Zack Guo gizak

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gizak on github.
  • I am gizak (https://keybase.io/gizak) on keybase.
  • I have a public key whose fingerprint is 26A1 337A E2FA 53E8 09BD A9FF 91AC 0629 7522 4B84

To claim this, I am signing this object:

@gizak
gizak / dotEmacs.el
Last active September 26, 2016 23:50
My dotEmacs
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/") t)
(when (< emacs-major-version 24)
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))
;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.