Skip to content

Commit

Permalink
Merge pull request daviwil#35 from BenSchmidtTech/Org-Line-Numbers-Fi…
Browse files Browse the repository at this point in the history
…xed-Pitch

Make line numbers fixed pitch in org-mode
  • Loading branch information
daviwil committed Jan 28, 2021
2 parents 2a50cb0 + bc88936 commit bad771b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ The =efs/org-font-setup= function configures various text faces to tweak the siz
(set-face-attribute 'org-verbatim nil :inherit '(shadow fixed-pitch))
(set-face-attribute 'org-special-keyword nil :inherit '(font-lock-comment-face fixed-pitch))
(set-face-attribute 'org-meta-line nil :inherit '(font-lock-comment-face fixed-pitch))
(set-face-attribute 'org-checkbox nil :inherit 'fixed-pitch))
(set-face-attribute 'org-checkbox nil :inherit 'fixed-pitch)
(set-face-attribute 'line-number nil :inherit 'fixed-pitch)
(set-face-attribute 'line-number-current-line nil :inherit 'fixed-pitch))

#+end_src

Expand Down

0 comments on commit bad771b

Please sign in to comment.