Skip to content

Instantly share code, notes, and snippets.

@michelp
Created December 15, 2015 19:03
Show Gist options
  • Select an option

  • Save michelp/35fbc1fb56e18b72b613 to your computer and use it in GitHub Desktop.

Select an option

Save michelp/35fbc1fb56e18b72b613 to your computer and use it in GitHub Desktop.
(setq-default indent-tabs-mode nil)
(add-to-list 'load-path "~/.emacs.d")
(load-library "picolisp.el")
(tool-bar-mode -1)
(menu-bar-mode -1)
(scroll-bar-mode -1)
(require 'color-theme)
(color-theme-initialize)
(color-theme-arjen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment