emacs: enable some commands
This commit is contained in:
parent
e5cf57ca6a
commit
256a1fd777
1 changed files with 3 additions and 0 deletions
|
@ -319,3 +319,6 @@ One will be created if none exist."
|
||||||
;; frames/windows resize pixelwise
|
;; frames/windows resize pixelwise
|
||||||
(setq frame-resize-pixelwise t
|
(setq frame-resize-pixelwise t
|
||||||
window-resize-pixelwise t)
|
window-resize-pixelwise t)
|
||||||
|
(put 'dired-find-alternate-file 'disabled nil)
|
||||||
|
(put 'downcase-region 'disabled nil)
|
||||||
|
(put 'upcase-region 'disabled nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue