mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Change: (ement-room-read-string) Enable visual-line-mode
This commit is contained in:
parent
f1ee6fd913
commit
d1da524246
1 changed files with 1 additions and 0 deletions
|
@ -1058,6 +1058,7 @@ and erases the buffer."
|
|||
(lambda ()
|
||||
"Bind keys and variables locally (to be called in minibuffer)."
|
||||
(setq-local ement-room room) (setq-local ement-session session)
|
||||
(visual-line-mode 1)
|
||||
;; HACK: This probably isn't the best way to do this.
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(set-keymap-parent map minibuffer-local-map)
|
||||
|
|
Loading…
Add table
Reference in a new issue