Compare commits
3 Commits
eb14dff0cd
...
256353e949
| Author | SHA1 | Date | |
|---|---|---|---|
| 256353e949 | |||
| 72d6412a8f | |||
| 8d7252eabf |
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
;; Custom configs file
|
;; Custom configs file
|
||||||
(setq custom-file (concat user-emacs-directory ".custom.el"))
|
(setq custom-file (concat user-emacs-directory ".custom.el"))
|
||||||
|
(add-hook 'elpaca-after-init-hook (lambda () (load custom-file 'noerror)))
|
||||||
|
|
||||||
;; Garbage Collector Magic Hack
|
;; Garbage Collector Magic Hack
|
||||||
(use-package gcmh
|
(use-package gcmh
|
||||||
|
|||||||
@@ -105,5 +105,8 @@
|
|||||||
:init
|
:init
|
||||||
(global-flycheck-eglot-mode 1))
|
(global-flycheck-eglot-mode 1))
|
||||||
|
|
||||||
|
(use-package flycheck-popup-tip
|
||||||
|
:hook (flycheck-mode . flycheck-popup-tip-mode))
|
||||||
|
|
||||||
(provide 'init-lsp)
|
(provide 'init-lsp)
|
||||||
;;; init-lsp.el ends here
|
;;; init-lsp.el ends here
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
;; Reemplazo para counsel
|
;; Reemplazo para counsel
|
||||||
(use-package consult
|
(use-package consult
|
||||||
:bind (("C-x p" . project-find-file)
|
:bind (("C-x p" . project-find-file)
|
||||||
|
("C-x C-p" . project-find-file)
|
||||||
("C-S-s" . consult-line)
|
("C-S-s" . consult-line)
|
||||||
("C-c r g" . consult-ripgrep)
|
("C-c r g" . consult-ripgrep)
|
||||||
("C-S-r" . consult-ripgrep)
|
("C-S-r" . consult-ripgrep)
|
||||||
|
|||||||
Reference in New Issue
Block a user