diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-10-15 08:57:17 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-10-15 08:57:17 +0200 |
| commit | f24b93f2a87e6ce080043014a525f9cf2ce9d544 (patch) | |
| tree | e55f9c7f99255eaaf7a3e7a6b82be01bdfe10c07 /.emacs-custom.el | |
| parent | 8a89379b0eb659581e9df736a2eed45742e8e3c3 (diff) | |
| download | dotfiles-f24b93f2a87e6ce080043014a525f9cf2ce9d544.tar.xz | |
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.
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
