31 lines
1.5 KiB
EmacsLisp
31 lines
1.5 KiB
EmacsLisp
;;; -*- lexical-binding: t -*-
|
|
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
'(package-selected-packages
|
|
'(aider browse-kill-ring caddyfile-mode cape cider cmake-mode company
|
|
corfu dart-mode dockerfile-mode dumb-jump dumber-jump
|
|
emmet-mode exec-path-from-shell expand-region flutter
|
|
flycheck fsharp-mode gptel haskell-mode haskell-ts-mode
|
|
helm htmlize idris-mode llm-tool-collection llm-tools
|
|
marginalia markdown-ts-mode move-text multiple-cursors
|
|
ocaml-ts-mode orderless parinfer-rust-mode realgud-lldb
|
|
reason-mode rg sly terraform-mode tree-sitter-langs tuareg
|
|
vertico visual-fill-column yasnippet-snippets zig-mode))
|
|
'(package-vc-selected-packages
|
|
'((llm-tool-collection :url
|
|
"https://github.com/skissue/llm-tool-collection")))
|
|
'(safe-local-variable-directories '("/Users/grant/programming/project/edit/"))
|
|
'(safe-local-variable-values
|
|
'((checkdoc-allow-quoting-nil-and-t . t) (Package . CL-USER)
|
|
(Syntax . ANSI-Common-Lisp) (Base . 10)
|
|
(flycheck-clang-includes . "SDL3-3.2.26/include"))))
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
)
|