Compare commits
2 Commits
5a26dfe408
...
84122cea20
Author | SHA1 | Date | |
---|---|---|---|
|
84122cea20 | ||
|
5b277bd55e |
@ -7,19 +7,7 @@
|
|||||||
(when (file-exists-p (expand-file-name "~/Sync/pictures/hallows.png"))
|
(when (file-exists-p (expand-file-name "~/Sync/pictures/hallows.png"))
|
||||||
(setq dashboard-startup-banner (expand-file-name "~/Sync/pictures/hallows.png")))
|
(setq dashboard-startup-banner (expand-file-name "~/Sync/pictures/hallows.png")))
|
||||||
(dashboard-setup-startup-hook)
|
(dashboard-setup-startup-hook)
|
||||||
:general
|
(evil-collection-dashboard-setup)
|
||||||
('normal dashboard-mode-map
|
|
||||||
"TAB" #'widget-forward
|
|
||||||
"<tab>" #'widget-forward
|
|
||||||
"<backtab>" #'widget-backward
|
|
||||||
"RET" #'dashboard-return
|
|
||||||
"?" #'describe-mode
|
|
||||||
"gr" #'dashboard-refresh-buffer
|
|
||||||
"q" #'quit-window
|
|
||||||
"r" #'dashboard-jump-to-recent-files
|
|
||||||
"p" #'dashboard-jump-to-projects
|
|
||||||
"{" #'dashboard-previous-section
|
|
||||||
"}" #'dashboard-next-section)
|
|
||||||
:custom
|
:custom
|
||||||
(dashboard-items '((projects . 5) (recents . 5)))
|
(dashboard-items '((projects . 5) (recents . 5)))
|
||||||
(dashboard-set-heading-icons t)
|
(dashboard-set-heading-icons t)
|
||||||
|
@ -48,9 +48,7 @@
|
|||||||
:custom
|
:custom
|
||||||
(lsp-keymap-prefix "C-c l")
|
(lsp-keymap-prefix "C-c l")
|
||||||
(lsp-headerline-breadcrumb-enable nil)
|
(lsp-headerline-breadcrumb-enable nil)
|
||||||
(lsp-file-watch-threshold 100000)
|
(lsp-file-watch-threshold 100000))
|
||||||
:bind-keymap
|
|
||||||
("C-c l" . lsp-mode-map))
|
|
||||||
|
|
||||||
(use-package lsp-ui
|
(use-package lsp-ui
|
||||||
:after lsp)
|
:after lsp)
|
||||||
|
Loading…
Reference in New Issue
Block a user