move stuff around
This commit is contained in:
19
custom.el
19
custom.el
@@ -5,17 +5,22 @@
|
||||
;; 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 company corfu
|
||||
dockerfile-mode dumb-jump dumber-jump emacs-lldb emmet
|
||||
emmet-mode exec-path-from-shell flycheck fsharp-mode
|
||||
haskell-mode haskell-ts-mode helm htmlize idris-mode
|
||||
'(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
|
||||
odin-mode orderless org-mode parinfer-rust-mode
|
||||
realgud-lldb rg sly terraform-mode tree-sitter-langs
|
||||
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
|
||||
'((Package . CL-USER) (Syntax . ANSI-Common-Lisp) (Base . 10)
|
||||
'((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.
|
||||
|
||||
Reference in New Issue
Block a user