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