Emacs: Don't use hs (code folding)

master
Pierre Neidhardt 2017-06-20 15:25:24 +01:00
parent 622349c175
commit 11b5438373
1 changed files with 0 additions and 4 deletions

View File

@ -254,10 +254,6 @@
;; (setq select-enable-clipboard t)
(setq select-enable-primary t)
;;; Easy code folding toggle.
;; (add-hook 'prog-mode-hook 'hs-minor-mode)
;; (add-hook 'prog-mode-hook (lambda () (local-set-key (kbd "C-c h") 'hs-toggle-hiding)))
;;; Move mouse away.
(mouse-avoidance-mode 'banish)
;;; That binding is not very useful and gets in the way of C-<mouse-1>.