From f24b93f2a87e6ce080043014a525f9cf2ce9d544 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 15 Oct 2021 08:57:17 +0200 Subject: Tweak Emacs settings - clarify package initialization comments - load Modus theme on terminal too - use emoji variation selector when appropriate - open patches in read-only mode - now that Modus has been updated, ditch obsolete option - etc. --- .emacs-custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index b5e19f5..ed938df 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -15,6 +15,7 @@ '(completions-group t) '(delete-selection-mode t) '(describe-bindings-outline t) + '(diff-default-read-only t) '(diff-hl-flydiff-mode t) '(dired-kill-when-opening-new-dired-buffer t) '(dired-listing-switches "-al -Fhv --group-directories-first") @@ -74,11 +75,11 @@ '(minibuffer-depth-indicate-mode t) '(modus-themes-bold-constructs t) '(modus-themes-diffs 'deuteranopia) + '(modus-themes-italic-constructs t) '(modus-themes-org-blocks 'grayscale) '(modus-themes-prompts '(background)) '(modus-themes-region 'bg-only) '(modus-themes-scale-headings t) - '(modus-themes-slanted-constructs t) '(modus-themes-variable-pitch-headings t) '(modus-themes-variable-pitch-ui t) '(org-edit-src-content-indentation 0) -- cgit v1.2.3