| 1234567891011121314151617181920212223242526272829303132 |
- (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.
- '(blink-cursor-mode nil)
- '(eglot-autoshutdown nil)
- '(electric-pair-mode t)
- '(global-so-long-mode t)
- '(inhibit-startup-screen t)
- '(initial-major-mode 'org-mode)
- '(initial-scratch-message "* SCRATCH BUFFER\n")
- '(load-prefer-newer t)
- '(menu-bar-mode nil)
- '(org-startup-folded 'content)
- '(org-startup-indented t)
- '(package-selected-packages
- '(all-the-icons all-the-icons-dired consult doom-modeline emmet-mode
- expand-region golden-ratio magit marginalia
- markdown-mode move-text multiple-cursors
- ocaml-eglot orderless rust-mode spacious-padding
- tuareg vertico wcheck-mode web-mode))
- '(read-quoted-char-radix 16)
- '(scroll-bar-mode nil)
- '(so-long-threshold 1000)
- '(tool-bar-mode nil))
- (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.
- '(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")))))
|