1

Enable context-menu-mode

This commit is contained in:
Jessie Hildebrandt 2023-10-14 01:17:30 -04:00
parent 9884859897
commit bd1fae16dd

View File

@ -322,6 +322,7 @@ This overrides the default `display-startup-echo-area-message' function."
(frame-title-format '("Emacs — %b") "Set frame title to buffer name") (frame-title-format '("Emacs — %b") "Set frame title to buffer name")
(truncate-lines t "Truncate lines instead of wrapping") (truncate-lines t "Truncate lines instead of wrapping")
(kill-whole-line t "Include newline character when killing a line.") (kill-whole-line t "Include newline character when killing a line.")
(context-menu-mode t "Enable global context menu support")
(message-truncate-lines t "Truncate messages in the echo area") (message-truncate-lines t "Truncate messages in the echo area")
(cursor-in-non-selected-windows nil "Hide cursor in inactive windows") (cursor-in-non-selected-windows nil "Hide cursor in inactive windows")
(ring-bell-function 'ignore "Disable terminal bell") (ring-bell-function 'ignore "Disable terminal bell")