re-indent
This commit is contained in:
parent
a2d1cd84a3
commit
a657088042
10
init.el
10
init.el
@ -361,8 +361,8 @@ If the current window occupies the whole frame, split it."
|
|||||||
(load-file elpaca-bootstrap-file)
|
(load-file elpaca-bootstrap-file)
|
||||||
(elpaca 'dash (require 'dash))
|
(elpaca 'dash (require 'dash))
|
||||||
(elpaca elpaca-use-package
|
(elpaca elpaca-use-package
|
||||||
(elpaca-use-package-mode)
|
(elpaca-use-package-mode)
|
||||||
(setq elpaca-use-package-by-default t))
|
(setq elpaca-use-package-by-default t))
|
||||||
;; (elpaca-wait)
|
;; (elpaca-wait)
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -373,7 +373,7 @@ If the current window occupies the whole frame, split it."
|
|||||||
(add-hook 'server-after-make-frame-hook #'mir/graphical-setup)
|
(add-hook 'server-after-make-frame-hook #'mir/graphical-setup)
|
||||||
(if (display-graphic-p)
|
(if (display-graphic-p)
|
||||||
(add-hook 'elpaca-after-init-hook #'mir/graphical-setup)
|
(add-hook 'elpaca-after-init-hook #'mir/graphical-setup)
|
||||||
;; (add-hook 'after-init-hook #'mir/graphical-setup)
|
;; (add-hook 'after-init-hook #'mir/graphical-setup)
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package compat)
|
(use-package compat)
|
||||||
@ -967,8 +967,8 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
:diminish lsp-lens-mode
|
:diminish lsp-lens-mode
|
||||||
:custom (lsp-completion-provider :none)
|
:custom (lsp-completion-provider :none)
|
||||||
:config (defun corfu/lsp-mode-setup-completion ()
|
:config (defun corfu/lsp-mode-setup-completion ()
|
||||||
(setf (alist-get 'styles (alist-get 'lsp-capf completion-category-defaults))
|
(setf (alist-get 'styles (alist-get 'lsp-capf completion-category-defaults))
|
||||||
'(flex))))
|
'(flex))))
|
||||||
|
|
||||||
;; broken snippets I don't care about...
|
;; broken snippets I don't care about...
|
||||||
(use-package yasnippet
|
(use-package yasnippet
|
||||||
|
Loading…
Reference in New Issue
Block a user