Skip to content

Commit

Permalink
Tidy: (ement-room-mode) Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sainty committed Feb 23, 2024
1 parent ea99f8d commit 375744c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ement-room.el
Original file line number Diff line number Diff line change
Expand Up @@ -2122,10 +2122,11 @@ and erases the buffer."
(and browse-url-browser-function
(list (cons "." browse-url-browser-function))))))))
(setq-local completion-at-point-functions
'(ement-room--complete-members-at-point ement-room--complete-rooms-at-point))
'(ement-room--complete-members-at-point ement-room--complete-rooms-at-point))
(setq-local dnd-protocol-alist (append '(("^file:///" . ement-room-dnd-upload-file)
("^file:" . ement-room-dnd-upload-file))
dnd-protocol-alist)))

(add-hook 'ement-room-mode-hook 'visual-line-mode)

(defun ement-room-read-string (prompt &optional initial-input history default-value inherit-input-method)
Expand Down

0 comments on commit 375744c

Please sign in to comment.