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
|
||||
eclipse.jdt.ls/
|
||||
workspace/
|
||||
/.extension/
|
||||
|
@ -73,7 +73,7 @@
|
||||
;; :diminish flycheck-mode
|
||||
:defer 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
|
||||
@ -177,6 +177,21 @@
|
||||
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
|
||||
(use-package projectile
|
||||
:defer t
|
||||
@ -300,9 +315,6 @@
|
||||
:defer t
|
||||
:straight t
|
||||
:ensure t
|
||||
:bind (:map yas-minor-mode-map
|
||||
("TAB" . nil)
|
||||
("<tab>" . nil)) ;; unbid tab for yasnippets
|
||||
:custom
|
||||
(yas-prompt-functions '(yas-completing-prompt))
|
||||
:hook
|
||||
|
Loading…
Reference in New Issue
Block a user