Appearance
This commit is contained in:
parent
20b49d74ea
commit
445e7db5e4
3 changed files with 61 additions and 62 deletions
|
|
@ -12,22 +12,8 @@
|
|||
(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)
|
||||
(setq-default line-spacing 0.2)
|
||||
|
||||
(add-to-list 'native-comp-eln-load-path (expand-file-name "eln-cache/" user-emacs-directory))
|
||||
|
||||
(setq modus-themes-variable-pitch-headings t
|
||||
modus-themes-org-blocks 'tinted-background
|
||||
modus-themes-bold-constructs t
|
||||
modus-themes-italic-constructs t
|
||||
modus-themes-scale-headings t
|
||||
modus-themes-completions 'opinionated
|
||||
modus-themes-mode-line '(accented borderless))
|
||||
|
||||
(load-theme 'modus-vivendi)
|
||||
|
||||
(setq package-archives
|
||||
'(("elpa" . "https://elpa.gnu.org/packages/")
|
||||
("elpa-devel" . "https://elpa.gnu.org/devel/")
|
||||
|
|
@ -53,8 +39,10 @@
|
|||
(when (memq window-system '(mac ns x))
|
||||
(exec-path-from-shell-initialize))
|
||||
|
||||
(require 'tobmacs-appearance)
|
||||
(require 'tobmacs-completion)
|
||||
(require 'tobmacs-editor)
|
||||
(require 'tobmacs-languages)
|
||||
(require 'tobmacs-org)
|
||||
(require 'tobmacs-vc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue