feat: emacs - replace smartparens with parinfer

feat: emacs - add emacs-rime
This commit is contained in:
Ryan Yin
2024-01-05 18:37:51 +08:00
parent 3f7c023251
commit d5ef998239
8 changed files with 120 additions and 96 deletions
@@ -4,21 +4,15 @@
;; To install a package with Doom you must declare them here and run 'doom sync'
;; on the command line, then restart Emacs for the changes to take effect -- or
;; use 'M-x doom/reload'.
(package! copilot
:recipe
(:host github :repo "copilot-emacs/copilot.el" :files
("*.el" "dist")))
(package! super-save
:recipe
(:host github :repo "bbatsov/super-save" :files
("*.el" "dist")))
(package! wakatime-mode
:recipe
(:host github :repo "wakatime/wakatime-mode" :files
("*.el" "dist")))
(package! nushell-mode :recipe
(:host github :repo "mrkkrp/nushell-mode"))
(package! evil-smartparens)
(package! rime)
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)