emacs: enable some commands

This commit is contained in:
Jeremy Baxter 2024-05-06 09:10:10 +12:00
parent e5cf57ca6a
commit 256a1fd777

View file

@ -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)