diff options
Diffstat (limited to '.emacs.d/emacs-customize.el')
| -rw-r--r-- | .emacs.d/emacs-customize.el | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.emacs.d/emacs-customize.el b/.emacs.d/emacs-customize.el new file mode 100644 index 0000000..6d2c606 --- /dev/null +++ b/.emacs.d/emacs-customize.el @@ -0,0 +1,25 @@ +;;; emacs-customize.el --- Emacs customize file + +;;; Commentary: +;; + +;;; Code: + +(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. + '(delete-selection-mode nil) + '(package-selected-packages + '(rustic sly-macrostep sly-quicklisp sly-asdf treemacs-projectile lsp-treemacs dap-java dap-mode lsp-java treemacs flycheck-clang-analyser flycheck-analyser flycheck-clang-analyzer flycheck-clang-tidy sly racket-mode ivy-rich electric-pair electric-pair-mode esup flyspell-correct-ivy ace-flyspell flyspell-correct persp-mode perp-mode doom-themes org-bullets org-tempo undo-tree undo-tree-mode shackle counsel-projectile visual-fill-column yasnippet-snippets which-key vterm use-package tuareg telephone-line rust-mode rainbow-mode rainbow-delimiters projectile pdf-tools notmuch magit lsp-ui lispyville ledger-mode flycheck-rust flycheck-inline evil-surround evil-collection dashboard company cargo all-the-icons)) + '(telephone-line-mode t)) +(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. + ) +(provide 'emacs-customize) + +;;; emacs-customize.el ends here |
