Skip to content

Commit

Permalink
Hide some mode lighters
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 7, 2024
1 parent 22e871f commit 62dd46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ advice for `require-package', to which ARGS are passed."
consult-flyspell ; Flyspell integration with `consult'
consult-lsp ; `lsp-mode' and `consult' helping each other
csv-mode ; CSV file editing mode
delight ; Customise the mode names displayed in the mode line
dap-mode ; Debug Adapter Protocol support
embark ; Contextual actions in buffers
embark-consult ; Embark integration with `consult'
Expand Down Expand Up @@ -195,6 +196,7 @@ advice for `require-package', to which ARGS are passed."

;; Load `which-key' and enable `which-key-mode'.
(add-hook 'after-init-hook #'which-key-mode)
(delight 'which-key-mode nil "which-key")

;; Increase the delay for which-key buffer to popup.
(setq-default which-key-idle-delay 1.5)
Expand Down

0 comments on commit 62dd46f

Please sign in to comment.