Skip to content

Commit

Permalink
adds custom.el to the git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
erickj committed Jul 27, 2014
1 parent 74c683c commit 8e36348
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.emacs.desktop
/auto-save-list
/.session
/custom.el
*.elc
CVS
.svn
Expand Down
15 changes: 15 additions & 0 deletions custom.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes (quote (sanityinc-solarized-dark)))
'(custom-safe-themes (quote ("4aee8551b53a43a883cb0b7f3255d6859d766b6c5e14bcb01bed572fcbef4328" "4cf3221feff536e2b3385209e9b9dc4c2e0818a69a1cdb4b522756bcdf4e00a4" default)))
'(markdown-command "$HOME/bin/rdiscount")
'(session-use-package t nil (session)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)

0 comments on commit 8e36348

Please sign in to comment.