diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 12:48:00 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 12:48:00 +0100 |
| commit | 5d5060a5da9eee99cdd50bc477e70d3c1d0ef38f (patch) | |
| tree | ddba2c25292dac572003acf1a74af5a779a72a9f /.emacs-custom.el | |
| parent | 60e7992b11b6f41229af105035d1a04da716d732 (diff) | |
| download | dotfiles-5d5060a5da9eee99cdd50bc477e70d3c1d0ef38f.tar.xz | |
Commit a collection of tweaks to Emacs config
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index bc23047..de7a8b0 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -93,6 +93,7 @@ '(tool-bar-mode nil) '(truncate-lines t) '(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) + '(what-cursor-show-names t) '(which-key-idle-delay 0.5) '(which-key-mode t) '(whitespace-style |
