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
|
;; We want closures
|
||||||
(setq lexical-binding t)
|
(setq lexical-binding t)
|
||||||
|
|
||||||
;; Don't disable downcase and upcase region.
|
;; Don't disable commands...
|
||||||
(put 'upcase-region 'disabled nil)
|
(setq disabled-command-function nil)
|
||||||
(put 'downcase-region 'disabled nil)
|
|
||||||
|
|
||||||
;; Make forward word understand camel and snake case.
|
;; Make forward word understand camel and snake case.
|
||||||
(setq c-subword-mode t)
|
(setq c-subword-mode t)
|
||||||
|
Loading…
Reference in New Issue
Block a user