Compare commits
4 Commits
d41a4ce7ee
...
f48e200fe7
Author | SHA1 | Date | |
---|---|---|---|
f48e200fe7 | |||
668a2c3c91 | |||
cb8a4dcd75 | |||
4749773a51 |
@ -28,8 +28,8 @@
|
|||||||
:custom
|
:custom
|
||||||
(corfu-auto t)
|
(corfu-auto t)
|
||||||
:config
|
:config
|
||||||
(setq corfu-popupinfo-delay 0
|
(setq corfu-popupinfo-delay 1
|
||||||
;; corfu-auto-delay 0.5
|
corfu-auto-delay 0.5
|
||||||
corfu-auto-prefix 1
|
corfu-auto-prefix 1
|
||||||
corfu-cycle t
|
corfu-cycle t
|
||||||
corfu-quit-at-boundary t
|
corfu-quit-at-boundary t
|
||||||
|
@ -160,8 +160,8 @@
|
|||||||
(vertico-posframe-mode 1)
|
(vertico-posframe-mode 1)
|
||||||
(setq vertico-posframe-border-width 1)
|
(setq vertico-posframe-border-width 1)
|
||||||
(setq vertico-posframe-parameters
|
(setq vertico-posframe-parameters
|
||||||
'((left-fringe . 16)
|
'((left-fringe . 8)
|
||||||
(right-fringe . 16)))
|
(right-fringe . 8)))
|
||||||
)
|
)
|
||||||
|
|
||||||
(provide 'init-minibuffer)
|
(provide 'init-minibuffer)
|
||||||
|
@ -106,8 +106,6 @@
|
|||||||
(use-package org
|
(use-package org
|
||||||
:defer t
|
:defer t
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:bind (("C-c a" . org-agenda)
|
|
||||||
("C-c c" . org-capture))
|
|
||||||
:hook
|
:hook
|
||||||
(org-mode . kj/org-hook)
|
(org-mode . kj/org-hook)
|
||||||
:config
|
:config
|
||||||
|
@ -418,11 +418,17 @@
|
|||||||
("podman" "/bin/bash"))) ;; Tanto docker como podman usarán bash cuado se contecte mediante tramp
|
("podman" "/bin/bash"))) ;; Tanto docker como podman usarán bash cuado se contecte mediante tramp
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Cuando iniicias un atajo de teclas te muestra las posibilidades
|
;; Cuando inicias un atajo de teclas te muestra las posibilidades
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
:defer t
|
:defer t
|
||||||
:hook (elpaca-after-init . which-key-mode))
|
: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
|
;; Restaurar el estado de los frames
|
||||||
(use-package winner
|
(use-package winner
|
||||||
:ensure nil
|
:ensure nil
|
||||||
|
Loading…
Reference in New Issue
Block a user