From d59cdf746317c312b5c449002010948c6711c752 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 4 Jun 2022 16:57:20 +0300 Subject: [PATCH] Minor config updates --- .emacs.d/esy.org | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index 79781de..2b81a27 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -301,6 +301,7 @@ For a list of available frame parameters, see [[info:elisp#Frame Parameters][eli (global-hl-line-mode) (lin-global-mode 1) (transient-mark-mode) + (mouse-avoidance-mode 'banish) (show-paren-mode)) (add-hook 'after-init-hook #'esy/setup-display) @@ -1063,7 +1064,7 @@ does in the shell. completion-auto-select nil completion-styles '(basic orderless) completion-show-help nil - completions-header-format nil + completions-header-format (propertize "%s candidates:\n" 'face 'shadow) completion-auto-help 'visual completions-max-height 16 completion-wrap-movement t) @@ -1220,6 +1221,16 @@ does in the shell. :CUSTOM_ID: programming :END: +** Compilation +:PROPERTIES: +:CUSTOM_ID: compilation +:END: + +#+begin_src emacs-lisp + (setq safe-local-variable-values + '((compilation-read-command . nil))) +#+end_src + ** General =prog-mode= settings :PROPERTIES: :CUSTOM_ID: prog-mode -- 2.39.5