]> git.rkrishnan.org Git - .emacs.d.git/blobdiff - init.el
remove ghc-mod, other misc changes
[.emacs.d.git] / init.el
diff --git a/init.el b/init.el
index 3b6b762b7dc74264928ef249112ca2e2ed441b02..74dcfe3da945c89d73fd47b4acccb29e1ccebd24 100644 (file)
--- a/init.el
+++ b/init.el
@@ -3,9 +3,6 @@
 ;; y-or-n instead of yes-or-no
 (defalias 'yes-or-no-p 'y-or-n-p)
 
-;; theme
-(require 'color-theme-sanityinc-tomorrow)
-
 ;; Don't show startup msg, don't store tilde files
 (setq make-backup-files nil)
 (setq initial-scratch-message "")
 ;; sign all emails
 (add-hook 'message-setup-hook 'mml-secure-message-sign-pgp)
 
-(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.
- )
-
 ;; company mode for auto completion
 (add-hook 'after-init-hook 'global-company-mode)
 
 ;; key shortcut for org-agenda
 (global-set-key (kbd "C-c a") 'org-agenda)
 
+(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.
+ '(package-selected-packages
+   (quote
+    (tangotango-theme restclient railscasts-theme racket-mode racer paredit notmuch markdown-mode magit leuven-theme ledger-mode hindent go-mode flycheck-rust flycheck-haskell fill-column-indicator company-racer color-theme-sanityinc-tomorrow auto-complete))))
+(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.
+ )