dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit da46ec7e05870a6403049c353672814177f1a30c
parent a0324e60b96e4e973fd7bed78082a2fb13b7fd43
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 18 Sep 2020 12:31:44 +0200

Add which-key

Diffstat:
M.emacs | 1+
M.emacs-custom.el | 4+++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.emacs b/.emacs @@ -190,6 +190,7 @@ '(:eval (if (>= text-scale-mode-amount 0) "πŸ—š" "πŸ—›")) 'face-remap) (delight 'visual-line-mode nil t) +(delight 'which-key-mode nil 'which-key) (delight 'whitespace-mode nil 'whitespace) (delight 'with-editor-mode "⸎" 'with-editor) ;; TODO: Narrow (βŒ–, β›Ά) diff --git a/.emacs-custom.el b/.emacs-custom.el @@ -69,7 +69,7 @@ '(("melpa" . "https://melpa.org/packages/") ("gnu" . "https://elpa.gnu.org/packages/"))) '(package-selected-packages - '(debbugs eglot auctex diff-hl rg delight paradox flycheck magit markdown-mode page-break-lines rust-mode wgrep)) + '(which-key debbugs eglot auctex diff-hl rg delight paradox flycheck magit markdown-mode page-break-lines rust-mode wgrep)) '(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode)) '(paradox-execute-asynchronously t) '(paradox-github-token t) @@ -89,6 +89,8 @@ '(tool-bar-mode nil) '(truncate-lines t) '(visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) + '(which-key-idle-delay 0.5) + '(which-key-mode t) '(whitespace-style '(face trailing tabs spaces newline empty indentation space-after-tab space-before-tab space-mark tab-mark newline-mark))) (custom-set-faces