File for custom-set-variables
This commit is contained in:
parent
836c0a8cdc
commit
6029e8ba4e
1 changed files with 2 additions and 25 deletions
|
|
@ -9,10 +9,8 @@
|
|||
|
||||
(add-to-list 'load-path (expand-file-name "modules/" user-emacs-directory))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
|
||||
(load custom-file 'noerror)
|
||||
|
||||
(set-face-attribute 'default nil :font "Iosevka Comfy" :height 140)
|
||||
(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 140)
|
||||
|
|
@ -60,24 +58,3 @@
|
|||
(require 'tobmacs-languages)
|
||||
(require 'tobmacs-org)
|
||||
(require 'tobmacs-vc)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(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.
|
||||
'(custom-safe-themes
|
||||
'("183dfa34e360f5bc2ee4a6b3f4236e6664f4cfce40de1d43c984e0e8fc5b51ae" "92d350334df87fe61a682518ff214c773625c6d5ace8060d128adc550bc60c9b" default))
|
||||
'(package-selected-packages
|
||||
'(dumb-jump dump-jump ef-themes avy electric-pair-mode electric-pair smartparens lsp-sourcekit lsp-mode swift-mode clj-refactor corfu magit projectile projectile-mode rainbow-delimiters parinfer-rust-mode cider modus-themes org-modern marginalia orderless vertico exec-path-from-shell use-package)))
|
||||
(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.
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue