diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1180323..38e95d9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -7,6 +7,7 @@ all-the-icons all-the-icons-dired all-the-icons-ivy-rich + dap-mode toc-org general doom-themes @@ -947,3 +948,16 @@ you have the correctly set the OPENAI_API_KEY variable" (setq message-send-mail-function 'smtpmail-send-it smtpmail-stream-type 'ssl) +(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 + '(dap-mode circe monkeytype ox-gfm doom-themes svg-lib elfeed-goodies org-superstar mastodon dashboard flycheck alsamixer typescript-mode visual-fill-column consult company-box quelpa pdf-tools python-mode json-mode general org-modern which-key popup simple-httpd ef-themes gnu-elpa-keyring-update org-snooze emacsql-sqlite3 exwm-firefox-core lsp-docker all-the-icons-dired rjsx-mode alert toc-org corfu hydra geiser-guile lsp-ui emacsql-sqlite counsel the-matrix-theme helpful multi-vterm all-the-icons-ivy-rich sudo-edit rainbow-delimiters rainbow-identifiers pyvenv geiser-mit paredit org-auto-tangle org-msg eshell-syntax-highlighting doom-modeline use-package magit exwm-mff))) +(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. + ) |