.emacs.custom.el 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. (custom-set-variables
  2. ;; custom-set-variables was added by Custom.
  3. ;; If you edit it by hand, you could mess it up, so be careful.
  4. ;; Your init file should contain only one such instance.
  5. ;; If there is more than one, they won't work right.
  6. '(blink-cursor-mode nil)
  7. '(eglot-autoshutdown nil)
  8. '(electric-pair-mode t)
  9. '(global-so-long-mode t)
  10. '(inhibit-startup-screen t)
  11. '(initial-major-mode 'org-mode)
  12. '(initial-scratch-message "* SCRATCH BUFFER\n")
  13. '(load-prefer-newer t)
  14. '(menu-bar-mode nil)
  15. '(org-startup-folded 'content)
  16. '(org-startup-indented t)
  17. '(package-selected-packages
  18. '(all-the-icons all-the-icons-dired consult doom-modeline emmet-mode
  19. expand-region golden-ratio magit marginalia
  20. markdown-mode move-text multiple-cursors
  21. ocaml-eglot orderless rust-mode spacious-padding
  22. tuareg vertico wcheck-mode web-mode))
  23. '(read-quoted-char-radix 16)
  24. '(scroll-bar-mode nil)
  25. '(so-long-threshold 1000)
  26. '(tool-bar-mode nil))
  27. (custom-set-faces
  28. ;; custom-set-faces was added by Custom.
  29. ;; If you edit it by hand, you could mess it up, so be careful.
  30. ;; Your init file should contain only one such instance.
  31. ;; If there is more than one, they won't work right.
  32. '(default ((t (:inherit nil :extend nil :stipple nil :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 100 :width normal :foundry "JetBrains " :family "JetBrains Mono")))))