visual cleanup

This commit is contained in:
MitchMarq42 2023-04-13 22:58:44 -08:00
parent 946bab8bba
commit 4f23ea2d40

View File

@ -81,7 +81,9 @@
(use-package whitespace (use-package whitespace
:elpaca nil :elpaca nil
:diminish (whitespace-mode org-indent-mode org-vw-mode auto-fill-mode) :diminish (whitespace-mode ;; org-indent-mode
;; org-vw-mode
auto-fill-mode)
:custom :custom
(whitespace-style '(face lines-tail)) (whitespace-style '(face lines-tail))
(whitespace-line-column 80) (whitespace-line-column 80)
@ -448,7 +450,7 @@ prompts you to select an app and open it in a dmenu like
behaviour. Delete the frame after that command has exited" behaviour. Delete the frame after that command has exited"
(interactive) (interactive)
(with-selected-frame (with-selected-frame
(make-frame '(;; see ~/.config/sway/config (make-frame '( ;see ~/.config/sway/config と ~/.config/hypr/hyprland.conf
(name . "dentarthurdent") (name . "dentarthurdent")
(minibuffer . only) (minibuffer . only)
(width . 120) (width . 120)
@ -480,7 +482,7 @@ behaviour. Delete the frame after that command has exited"
"C-." 'embark-act ; broken by default on gnome. Run `ibus-setup' -> emoji "C-." 'embark-act ; broken by default on gnome. Run `ibus-setup' -> emoji
"C-;" 'embark-dwim) "C-;" 'embark-dwim)
:init :init
;; :TODO: Should we put this in the which-key section? ;; TODO: Should we put this in the which-key section?
(defun embark-which-key-indicator () (defun embark-which-key-indicator ()
"An embark indicator that displays keymaps using which-key. "An embark indicator that displays keymaps using which-key.
The which-key help message will show the type and value of the The which-key help message will show the type and value of the
@ -841,7 +843,8 @@ targets."
:custom-face :custom-face
(tooltip (tooltip
((t (:inherit 'corfu-default)))) ((t (:inherit 'corfu-default))))
:init (global-corfu-mode) :init
(global-corfu-mode)
(tooltip-mode) (tooltip-mode)
:config :config
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent) (advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent)