forked from colonelpanic/dotfiles
(setq disabled-command-function nil)
This commit is contained in:
parent
60e4c76205
commit
5818c8c942
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user