This commit is contained in:
parent
6126dc36da
commit
3e7b3c09b8
1 changed files with 14 additions and 14 deletions
28
config.org
28
config.org
|
@ -542,19 +542,19 @@ Installing and enabling ef-themes.
|
|||
(use-package ef-themes
|
||||
:init
|
||||
(setq ef-themes-to-toggle '(ef-eagle ef-owl))
|
||||
(setq ef-themes-mixed-fonts t)
|
||||
(setq ef-themes-headings
|
||||
'((0 . (variable-pitch light 1.9))
|
||||
(1 . (variable-pitch light 1.8))
|
||||
(2 . (variable-pitch regular 1.7))
|
||||
(3 . (variable-pitch regular 1.6))
|
||||
(4 . (variable-pitch regular 1.5))
|
||||
(5 . (variable-pitch 1.4))
|
||||
(6 . (variable-pitch 1.3))
|
||||
(7 . (variable-pitch 1.2))
|
||||
(t . (variable-pitch 1.1))))
|
||||
(setq ef-themes-mixed-fonts nil)
|
||||
(setq ef-themes-headings nil)
|
||||
;;'((0 . (variable-pitch light 1.9))
|
||||
;; (1 . (variable-pitch light 1.8))
|
||||
;; (2 . (variable-pitch regular 1.7))
|
||||
;; (3 . (variable-pitch regular 1.6))
|
||||
;; (4 . (variable-pitch regular 1.5))
|
||||
;; (5 . (variable-pitch 1.4))
|
||||
;; (6 . (variable-pitch 1.3))
|
||||
;; (7 . (variable-pitch 1.2))
|
||||
;; (t . (variable-pitch 1.1))))
|
||||
:config
|
||||
(load-theme 'ef-owl t))
|
||||
(load-theme 'ef-eagle t))
|
||||
#+end_src
|
||||
|
||||
|
||||
|
@ -1630,8 +1630,8 @@ From [[https://github.com/daviwil/emacs-from-scratch/blob/master/Emacs.org#cente
|
|||
:hook (org-mode . efs/org-mode-visual-fill))
|
||||
|
||||
(add-hook 'org-mode-hook (lambda ()
|
||||
(display-line-numbers-mode -1)
|
||||
(variable-pitch-mode)))
|
||||
(display-line-numbers-mode -1)))
|
||||
; (variable-pitch-mode)))
|
||||
#+end_src
|
||||
|
||||
** Hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue