feat: emacs - format elisp via 'M-x pp-buffer'

This commit is contained in:
Ryan Yin
2024-01-04 17:00:44 +08:00
parent 8af056a3ea
commit 0667011531
3 changed files with 101 additions and 82 deletions
@@ -4,16 +4,18 @@
;; 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")))
:recipe
(:host github :repo "copilot-emacs/copilot.el" :files
("*.el" "dist")))
(package! super-save
:recipe (:host github :repo "bbatsov/super-save" :files ("*.el" "dist")))
:recipe
(:host github :repo "bbatsov/super-save" :files
("*.el" "dist")))
(package! wakatime-mode
:recipe (:host github :repo "wakatime/wakatime-mode" :files ("*.el" "dist")))
:recipe
(:host github :repo "wakatime/wakatime-mode" :files
("*.el" "dist")))
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)