Remove empty lines
This commit is contained in:
parent
f586cc1753
commit
204ec3c09d
@ -714,7 +714,6 @@ targets."
|
||||
(display-graphic-p)
|
||||
(corfu-terminal-mode +1)))
|
||||
|
||||
|
||||
;; (use-package lsp-dart
|
||||
;; ;; :custom (lsp-dart-dap-flutter-hot-reload t)
|
||||
;; :init
|
||||
@ -725,7 +724,6 @@ targets."
|
||||
;; #'(lambda ()
|
||||
;; (lsp-dart-dap-flutter-hot-reload))))))
|
||||
|
||||
|
||||
;; (use-package popper
|
||||
;; :custom
|
||||
;; (display-buffer-base-action '(display-buffer-pop-up-window))
|
||||
@ -741,8 +739,6 @@ targets."
|
||||
;; (popper-echo-mode +1))
|
||||
;; (setq display-buffer-base-action '(display-buffer-pop-up-window . nil))
|
||||
|
||||
|
||||
|
||||
(use-package xwidget ;-webkit
|
||||
:straight (:type built-in)
|
||||
:if (featurep 'xwidget-internal)
|
||||
@ -827,6 +823,7 @@ targets."
|
||||
:custom (uniquify-buffer-name-style 'forward)
|
||||
:init (require 'uniquify))
|
||||
|
||||
;; cache file cleanup
|
||||
(use-package kkc
|
||||
:straight (:type built-in)
|
||||
:custom (kkc-init-file-name (expand-file-name "kkcrc" backup-directory)))
|
||||
|
Loading…
Reference in New Issue
Block a user