Skip to content

Commit 71c1a57

Browse files
committed
[lsp-ui-imenu] Fix spacing
1 parent 29caff1 commit 71c1a57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lsp-ui-imenu.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
(overlay-put
126126
ov 'after-string
127127
(concat (lsp-ui-imenu--pad " " padding color t)
128-
title
129128
"\n"
130-
(propertize "\n" 'face '(:height 0.3)))))))
129+
title
130+
(propertize "\n" 'face '(:height 1)))))))
131131

132132
(defun lsp-ui-imenu nil
133133
(interactive)
@@ -159,7 +159,6 @@
159159
(lsp-ui-imenu--put-separator)
160160
(setq color-index (1+ color-index))))
161161
(lsp-ui-imenu-mode)
162-
(setq header-line-format " ")
163162
(setq mode-line-format '(:eval (lsp-ui-imenu--win-separator)))
164163
(goto-char 1)
165164
(add-hook 'post-command-hook 'lsp-ui-imenu--post-command nil t)

0 commit comments

Comments
 (0)