Added markdown mode.
--- a/c-init.el Thu Oct 31 00:28:51 2013 -0500
+++ b/c-init.el Thu Jan 30 15:15:11 2014 -0600
@@ -23,7 +23,6 @@
;; custom keys
(local-set-key (kbd "C-c f") 'ff-find-other-file) ; toggle header/source file
- (local-set-key (kbd "C-c C-c") 'comment-or-uncomment-region)
;; ;; code folding
;; (local-set-key (kbd "C-c v") 'hs-toggle-hiding)
--- a/init.el Thu Oct 31 00:28:51 2013 -0500
+++ b/init.el Thu Jan 30 15:15:11 2014 -0600
@@ -123,7 +123,7 @@
flymake-easy flymake-hlint ghc ghci-completion haskell-mode
js2-mode multiple-cursors rainbow-delimiters rainbow-mode
skewer-mode solarized-theme visual-regexp yasnippet
- zencoding-mode json-mode)))
+ zencoding-mode json-mode markdown-mode)))
(mapc ensure-installed packages))
;;; requires