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"))
|
||||
(setq dashboard-startup-banner (expand-file-name "~/Sync/pictures/hallows.png")))
|
||||
(dashboard-setup-startup-hook)
|
||||
:general
|
||||
('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)
|
||||
(evil-collection-dashboard-setup)
|
||||
:custom
|
||||
(dashboard-items '((projects . 5) (recents . 5)))
|
||||
(dashboard-set-heading-icons t)
|
||||
|
@ -48,9 +48,7 @@
|
||||
:custom
|
||||
(lsp-keymap-prefix "C-c l")
|
||||
(lsp-headerline-breadcrumb-enable nil)
|
||||
(lsp-file-watch-threshold 100000)
|
||||
:bind-keymap
|
||||
("C-c l" . lsp-mode-map))
|
||||
(lsp-file-watch-threshold 100000))
|
||||
|
||||
(use-package lsp-ui
|
||||
:after lsp)
|
||||
|
Loading…
Reference in New Issue
Block a user