From: Eshel Yaron <eshel@areionsec.com> Date: Sat, 4 Jun 2022 13:57:20 +0000 (+0300) Subject: Minor config updates X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d59cdf746317c312b5c449002010948c6711c752;p=dotfiles.git Minor config updates --- 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