mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 22:57:17 +02:00
feat: emacs - format elisp via 'M-x pp-buffer'
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user