summaryrefslogtreecommitdiff
path: root/pancake.el
diff options
context:
space:
mode:
Diffstat (limited to 'pancake.el')
-rw-r--r--pancake.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/pancake.el b/pancake.el
index 85fcd94..e41a822 100644
--- a/pancake.el
+++ b/pancake.el
@@ -101,7 +101,7 @@
"A strike-through face."
:group 'pancake)
-(defcustom pancake-command '("pancake" "--embedded")
+(defcustom pancake-command '("pancake" "--embedded" "--no-wrap")
"A command that runs pancake, along with its arguments"
:type '(list string)
:group 'pancake)
@@ -508,7 +508,8 @@ it to `pancake-process' as input."
"Keymap for `pancake-mode'.")
(define-derived-mode pancake-mode nil "Pancake"
- "A basic emacs interface to the pancake browser.")
+ "A basic emacs interface to the pancake browser."
+ (visual-line-mode))
(provide 'pancake)