Removed unicode. This caused hung emacs on Mac.
This commit is contained in:
parent
9e2a5993c5
commit
747e5e5553
|
@ -232,7 +232,7 @@ ophints ; highlight the region an operation acts on
|
||||||
;;tabs ; a tab bar for Emacs
|
;;tabs ; a tab bar for Emacs
|
||||||
(treemacs ; a project drawer, like neotree but cooler
|
(treemacs ; a project drawer, like neotree but cooler
|
||||||
+lsp)
|
+lsp)
|
||||||
unicode ; extended unicode support for various languages
|
;;unicode ; extended unicode support for various languages
|
||||||
(vc-gutter +pretty) ; vcs diff in the fringe
|
(vc-gutter +pretty) ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
;;window-select ; visually switch windows
|
;;window-select ; visually switch windows
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
;;tabs ; a tab bar for Emacs
|
;;tabs ; a tab bar for Emacs
|
||||||
(treemacs ; a project drawer, like neotree but cooler
|
(treemacs ; a project drawer, like neotree but cooler
|
||||||
+lsp)
|
+lsp)
|
||||||
unicode ; extended unicode support for various languages
|
;;unicode ; extended unicode support for various languages
|
||||||
(vc-gutter +pretty) ; vcs diff in the fringe
|
(vc-gutter +pretty) ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
;;window-select ; visually switch windows
|
;;window-select ; visually switch windows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user