src.nth.io/

summaryrefslogtreecommitdiff
path: root/c-init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2014-01-30 15:15:11 -0600
committerLuke Hoersten <[email protected]>2014-01-30 15:15:11 -0600
commit5182c745ad1354a856ad1a44e55285150753df13 (patch)
tree15ff49434c4c22026ee301a077ef7be353fe2aa7 /c-init.el
parent712a14f443b29d2fe9808262b1d13cbd86469927 (diff)
Added markdown mode.
Diffstat (limited to 'c-init.el')
-rw-r--r--c-init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/c-init.el b/c-init.el
index 5ccfbc8..8bcb172 100644
--- a/c-init.el
+++ b/c-init.el
@@ -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)