Enable context-menu-mode
This commit is contained in:
parent
9884859897
commit
bd1fae16dd
1
init.el
1
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")
|
(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")
|
||||||
|
Loading…
Reference in New Issue
Block a user