Skip to content

Commit

Permalink
tweak(emacs): lsp-mode: breadcrumbs: disable icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 3, 2024
1 parent 72e88f1 commit 5316d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@
(lsp-headerline-breadcrumb-enable nil)
(lsp-completion-provider :none)
(lsp-eldoc-render-all t)
(lsp-headerline-breadcrumb-icons-enable nil)
(lsp-inlay-hint-enable t)
:config
(lsp-register-client
Expand Down

0 comments on commit 5316d67

Please sign in to comment.