Compare commits

..

No commits in common. "f48e200fe797d3056510094b6ed9362845f0b88a" and "d41a4ce7ee14dca0fb2e5f80208c7dc0efb77350" have entirely different histories.

4 changed files with 7 additions and 11 deletions

View File

@ -28,8 +28,8 @@
:custom
(corfu-auto t)
:config
(setq corfu-popupinfo-delay 1
corfu-auto-delay 0.5
(setq corfu-popupinfo-delay 0
;; corfu-auto-delay 0.5
corfu-auto-prefix 1
corfu-cycle t
corfu-quit-at-boundary t

View File

@ -160,8 +160,8 @@
(vertico-posframe-mode 1)
(setq vertico-posframe-border-width 1)
(setq vertico-posframe-parameters
'((left-fringe . 8)
(right-fringe . 8)))
'((left-fringe . 16)
(right-fringe . 16)))
)
(provide 'init-minibuffer)

View File

@ -106,6 +106,8 @@
(use-package org
:defer t
:ensure nil
:bind (("C-c a" . org-agenda)
("C-c c" . org-capture))
:hook
(org-mode . kj/org-hook)
:config

View File

@ -418,17 +418,11 @@
("podman" "/bin/bash"))) ;; Tanto docker como podman usarán bash cuado se contecte mediante tramp
)
;; Cuando inicias un atajo de teclas te muestra las posibilidades
;; Cuando iniicias un atajo de teclas te muestra las posibilidades
(use-package which-key
:defer t
:hook (elpaca-after-init . which-key-mode))
;; Muestra which-key en un frame en el centro en lugar de abajo
(use-package which-key-posframe
:after which-key
:config
(which-key-posframe-mode))
;; Restaurar el estado de los frames
(use-package winner
:ensure nil