Skip to content

Commit

Permalink
Instala dependencias para lispy
Browse files Browse the repository at this point in the history
  • Loading branch information
shackra committed Dec 27, 2024
1 parent 81b3e26 commit a20849f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ If the new path's directories does not exist, create them."
;; If there is more than one, they won't work right.
'(nil nil t)
'(package-selected-packages
'(multiple-cursors vterm markdown-mode go-tag go-add-tags svelte-mode just-mode just-ts-mode cmake-mode mu4e-views smart-hungry-delete popper pdf-tools gdscript-mode rg exec-path-from-shell nix-ts-mode nix-modeline envrc consult-flyspell flyspell-correct guess-language eldoc-box treesit-auto shackle doom-themes doom-modeline which-key))
'(iedit lispy fic-mode multiple-cursors vterm markdown-mode go-tag go-add-tags svelte-mode just-mode just-ts-mode cmake-mode mu4e-views smart-hungry-delete popper pdf-tools gdscript-mode rg exec-path-from-shell nix-ts-mode nix-modeline envrc consult-flyspell flyspell-correct guess-language eldoc-box treesit-auto shackle doom-themes doom-modeline which-key))
'(safe-local-variable-values
'((go-tag-args "-transform" "snakecase")
(go-tag-args "-transform" "camelcase")
Expand Down
7 changes: 7 additions & 0 deletions user.el
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,14 @@
;; Opcional: Personalización adicional
(setq mc/always-run-for-all t))

(use-package iedit
:ensure t)

(use-package hydra
:ensure t)

(use-package lispy
:after (iedit hydra)
:load-path "~/.emacs.d/forks/lispy"
:hook ((emacs-lisp-mode lisp-mode lisp-interaction-mode) . lispy-mode)
:config
Expand Down

0 comments on commit a20849f

Please sign in to comment.