Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Last active February 20, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahwalter/4b28cd5154cad1cefaf9 to your computer and use it in GitHub Desktop.
Save micahwalter/4b28cd5154cad1cefaf9 to your computer and use it in GitHub Desktop.
emacs4eva
;; micah's .emacs file
;; package manager stuff
(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
("marmalade" . "http://marmalade-repo.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/")))
;; hide menu bar
(menu-bar-mode -1)
;; linum
(global-linum-mode 1)
(setq linum-format "%4d \u2502 ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment