Files
emacs/custom.el

26 lines
1.2 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 company corfu
dockerfile-mode dumb-jump dumber-jump emacs-lldb
exec-path-from-shell flycheck fsharp-mode haskell-mode
haskell-ts-mode helm htmlize idris-mode 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 vertico visual-fill-column
yasnippet-snippets zig-mode))
'(safe-local-variable-directories '("/Users/grant/programming/project/edit/"))
'(safe-local-variable-values
'((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.
)