Skip to content

Commit

Permalink
Set inhibit-compacting-font-cache to t
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzycode committed Jan 6, 2019
1 parent 1a5bc72 commit 78b758a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ you should place you code here."

;; Not needed and it speeds up scrolling long lines
(setq bidi-display-reordering nil)
(setq inhibit-compacting-font-caches t)

;; Configure spelling
(when (executable-find "aspell")
Expand Down

0 comments on commit 78b758a

Please sign in to comment.