summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-folding.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/20-folding.el')
-rw-r--r--emacs.d/20-folding.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs.d/20-folding.el b/emacs.d/20-folding.el
deleted file mode 100644
index fcf7cc4..0000000
--- a/emacs.d/20-folding.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(if (load "folding")
- (progn (add-hook 'folding-mode-hook
- (lambda ()
- (local-set-key [C-tab] 'folding-toggle-show-hide)))
- (add-hook 'c-mode-hook
- (lambda ()
- (folding-mode)))
- (add-hook 'emacs-lisp-mode-hook
- (lambda ()
- (folding-mode)))))