Removed unicode. This caused hung emacs on Mac.

This commit is contained in:
James Patrick 2023-08-09 13:06:04 -04:00
parent 9e2a5993c5
commit 747e5e5553
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ ophints ; highlight the region an operation acts on
;;tabs ; a tab bar for Emacs
(treemacs ; a project drawer, like neotree but cooler
+lsp)
unicode ; extended unicode support for various languages
;;unicode ; extended unicode support for various languages
(vc-gutter +pretty) ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
;;window-select ; visually switch windows

View File

@ -47,7 +47,7 @@
;;tabs ; a tab bar for Emacs
(treemacs ; a project drawer, like neotree but cooler
+lsp)
unicode ; extended unicode support for various languages
;;unicode ; extended unicode support for various languages
(vc-gutter +pretty) ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
;;window-select ; visually switch windows