Remove set-goal-column from the disabled commands list

This commit is contained in:
Gergely Polonkai 2017-09-18 15:28:34 +02:00
parent c7b6c634d9
commit 5830f59c46
1 changed files with 1 additions and 0 deletions

View File

@ -1195,6 +1195,7 @@ INFO plist."
(put 'upcase-region 'disabled nil)
(put 'erase-buffer 'disabled nil)
(put 'narrow-to-region 'disabled nil)
(put 'set-goal-column 'disabled nil)
;; text-mode settings
(add-hook 'text-mode-hook (lambda () (visual-line-mode t)))