Refactoring how org configuration works

This commit is contained in:
Colin Powell
2020-03-20 23:12:22 -04:00
parent e3da570fdf
commit ecc022e829
2 changed files with 11 additions and 56 deletions

View File

@ -127,6 +127,7 @@
(interactive)
(let ((fill-column (point-max)))
(fill-paragraph nil)))
;; Handy key definition
(define-key global-map "\M-z" 'unfill-paragraph)