(setq disabled-command-function nil)

This commit is contained in:
Ivan Malison 2015-08-15 00:11:45 -07:00
parent 60e4c76205
commit 5818c8c942

View File

@ -431,9 +431,8 @@ The current directory is assumed to be the project's root otherwise."
;; We want closures
(setq lexical-binding t)
;; Don't disable downcase and upcase region.
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)
;; Don't disable commands...
(setq disabled-command-function nil)
;; Make forward word understand camel and snake case.
(setq c-subword-mode t)