From bd1fae16dd824cabe30dc9e22e4dd0faf56a29aa Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sat, 14 Oct 2023 01:17:30 -0400 Subject: [PATCH] Enable context-menu-mode --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 194991c..e0a6677 100644 --- a/init.el +++ b/init.el @@ -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") (truncate-lines t "Truncate lines instead of wrapping") (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") (cursor-in-non-selected-windows nil "Hide cursor in inactive windows") (ring-bell-function 'ignore "Disable terminal bell")