From b05de096968ca584714f643611429fc7fbcef400 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Sun, 12 Mar 2023 15:05:24 -0600 Subject: Turn on right-click menu --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 9a3096c..2a4e17c 100644 --- a/init.el +++ b/init.el @@ -44,6 +44,9 @@ ;; Move through windows with Ctrl- (windmove-default-keybindings 'control) ; You can use other modifiers here +;; Make right-click do something sensible +(context-menu-mode) + ;; Don't litter filesystem with *~ backup files; put them all inside ;; ~/.emacs.d/backup or wherever (defun bedrock--backup-file-name (fpath) @@ -87,7 +90,7 @@ If the new path's directories does not exist, create them." (setq completion-styles '(basic initials substring)) ; Different styles to match input to candidates (setq completion-auto-help 'always) ; Open completion always; `lazy' another option -(setq completions-max-height 20) ; This is arbitary +(setq completions-max-height 20) ; This is arbitrary (setq completions-detailed t) (setq completions-format 'one-column) (setq completions-group t) -- cgit v1.2.3