From ebc9c36dffa3cccbdd89fa27f9e9a0916b9fb3f5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 24 Apr 2008 07:34:17 +0000 Subject: [PATCH] * add unfill paragraph and iswitchbmode fix --- .emacs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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. -- 2.39.2