visual cleanup
This commit is contained in:
parent
946bab8bba
commit
4f23ea2d40
@ -81,7 +81,9 @@
|
||||
|
||||
(use-package whitespace
|
||||
: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
|
||||
(whitespace-style '(face lines-tail))
|
||||
(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"
|
||||
(interactive)
|
||||
(with-selected-frame
|
||||
(make-frame '(;; see ~/.config/sway/config
|
||||
(make-frame '( ;see ~/.config/sway/config と ~/.config/hypr/hyprland.conf
|
||||
(name . "dentarthurdent")
|
||||
(minibuffer . only)
|
||||
(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-dwim)
|
||||
: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 ()
|
||||
"An embark indicator that displays keymaps using which-key.
|
||||
The which-key help message will show the type and value of the
|
||||
@ -841,7 +843,8 @@ targets."
|
||||
:custom-face
|
||||
(tooltip
|
||||
((t (:inherit 'corfu-default))))
|
||||
:init (global-corfu-mode)
|
||||
:init
|
||||
(global-corfu-mode)
|
||||
(tooltip-mode)
|
||||
:config
|
||||
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent)
|
||||
|
Loading…
Reference in New Issue
Block a user