Compare commits
No commits in common. "4aa52179153c1ac1098ba48ff3340af60632d7a0" and "cea7e3ace6dbfaf003252166d02a7ddaba07a5e3" have entirely different histories.
4aa5217915
...
cea7e3ace6
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,4 +18,3 @@ var/
|
|||||||
.dap-breakpoints
|
.dap-breakpoints
|
||||||
eclipse.jdt.ls/
|
eclipse.jdt.ls/
|
||||||
workspace/
|
workspace/
|
||||||
/.extension/
|
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
;; :diminish flycheck-mode
|
;; :diminish flycheck-mode
|
||||||
:defer t
|
:defer t
|
||||||
:straight t
|
:straight t
|
||||||
:hook (after-init . global-flycheck-mode) ; Habilitar flycheck de manera global
|
:hook (after-init . global-flycheck-mode) ; Habilitar flycheck en todos los modos
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Mostrar los errores de flycheck en un pop up
|
;; Mostrar los errores de flycheck en un pop up
|
||||||
@ -177,6 +177,21 @@
|
|||||||
file)))
|
file)))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; Polymode
|
||||||
|
(use-package polymode
|
||||||
|
:defer t
|
||||||
|
:straight t)
|
||||||
|
|
||||||
|
;; Polymode para markdown
|
||||||
|
(use-package poly-markdown
|
||||||
|
:defer t
|
||||||
|
:straight t)
|
||||||
|
|
||||||
|
;; Polymode para org-Mode
|
||||||
|
(use-package poly-org
|
||||||
|
:defer t
|
||||||
|
:straight t)
|
||||||
|
|
||||||
;; Paquete para manejo de proyectos
|
;; Paquete para manejo de proyectos
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:defer t
|
:defer t
|
||||||
@ -300,9 +315,6 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:straight t
|
:straight t
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (:map yas-minor-mode-map
|
|
||||||
("TAB" . nil)
|
|
||||||
("<tab>" . nil)) ;; unbid tab for yasnippets
|
|
||||||
:custom
|
:custom
|
||||||
(yas-prompt-functions '(yas-completing-prompt))
|
(yas-prompt-functions '(yas-completing-prompt))
|
||||||
:hook
|
:hook
|
||||||
|
Loading…
Reference in New Issue
Block a user