# HG changeset patch # User Luke Hoersten # Date 1391116511 21600 # Node ID 6034a5ace9aff3c27988ae467297efca727649ea # Parent b6182e0be08d62f35ae2e6b2c7023466d35d187c Added markdown mode. diff -r b6182e0be08d -r 6034a5ace9af c-init.el --- 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) diff -r b6182e0be08d -r 6034a5ace9af init.el --- 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