Added markdown mode.
authorLuke Hoersten <Luke@Hoersten.org>
Thu, 30 Jan 2014 15:15:11 -0600
changeset 67 6034a5ace9af
parent 66 b6182e0be08d
child 68 ccf07713aeee
Added markdown mode.
c-init.el
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)
--- 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