X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.emacs;h=3159d9c792d2a67336a3c0239231df093dbd515d;hp=c07f9a101c0772bc900d24ee8dbb97ff140610bb;hb=ed2d3101e1b70d7a62c750b0668e95a368ef9b8e;hpb=13fe22fe4292b346f3142eff255334131f409540 diff --git a/.emacs b/.emacs index c07f9a1..3159d9c 100644 --- a/.emacs +++ b/.emacs @@ -160,6 +160,13 @@ (insert (format-time-string "%A, %B %e, %Y %k:%M:%S %Z"))) (global-set-key "\C-[d" 'insert-date) +(defun unfill-paragraph (arg) + "Pull this whole paragraph up onto one line." + (interactive "*p") + (let ((fill-column 10000)) + (fill-paragraph arg)) + ) + ;(iswitchb-default-keybindings) (column-number-mode t) @@ -202,8 +209,7 @@ (desktop-load-default) (desktop-read) -; start up the iswitchb mode -(iswitchb-mode) +'(iswitchb-mode on) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.