From: Don Armstrong Date: Thu, 24 Apr 2008 07:34:17 +0000 (+0000) Subject: * add unfill paragraph and iswitchbmode fix X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=ebc9c36dffa3cccbdd89fa27f9e9a0916b9fb3f5;ds=sidebyside * add unfill paragraph and iswitchbmode fix --- 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.