Created
December 15, 2015 19:03
-
-
Save michelp/35fbc1fb56e18b72b613 to your computer and use it in GitHub Desktop.
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
| (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