Skip to content

Commit

Permalink
add(line-spacing): configure line height to release text compression
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Dec 22, 2024
1 parent e4604f4 commit f77ead3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,15 @@ Hardcode some settings that I wish to never change in any Emacs setup.
(when (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
(menu-bar-mode -1)
(column-number-mode 1)

;; Blink cursor for about ten seconds with a calm 3/4 second interval.
(blink-cursor-mode 1)
(setq blink-cursor-interval 0.75
blink-cursor-blinks (ceiling (/ 10.0 blink-cursor-interval)))

(show-paren-mode 1)
;; Release visual compression and tension.
(setq-default line-spacing .15)
#+end_src

* Set up load path
Expand Down

0 comments on commit f77ead3

Please sign in to comment.