Skip to content

Commit

Permalink
spacemacs: don't use variable-pitch fonts in org
Browse files Browse the repository at this point in the history
Signed-off-by: Mattijs Korpershoek <mattijs.korpershoek@gmail.com>
  • Loading branch information
makohoek committed Jul 19, 2023
1 parent 9d630f2 commit 11084a7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions spacemacs/.spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -605,15 +605,7 @@ before packages are loaded. If you are unsure, you should try in setting them in
;; If non-nil, warn if variables are being set in the wrong shell startup files.
;; Environment variables should be set in .profile or .zshenv rather than
;; .bashrc or .zshrc.
(setq exec-path-from-shell-check-startup-files nil)

;; zenburn theme configuration
;; use variable-pitch fonts for some headings and titles
(setq zenburn-use-variable-pitch t)
;; scale headings in org-mode
(setq zenburn-scale-org-headlines t)
;; scale headings in outline-mode
(setq zenburn-scale-outline-headlines t))
(setq exec-path-from-shell-check-startup-files nil))

(defun dotspacemacs/user-load ()
"Library to load while dumping.
Expand Down

0 comments on commit 11084a7

Please sign in to comment.