Stop using prettify-symbols
That shit ugly anyways
This commit is contained in:
parent
bc55e0f879
commit
8183f5fd32
6
init.el
6
init.el
|
@ -994,12 +994,6 @@ This function is called by `org-babel-execute-src-block'."
|
|||
(dolist (f '((alpha-background . 1.0) (width . 120) (height . 20)))
|
||||
(add-to-list 'emacs-everywhere-frame-parameters f)))
|
||||
|
||||
(use-package prettify-symbols
|
||||
:ensure nil
|
||||
:hook prog-mode org-mode
|
||||
:custom
|
||||
(prettify-symbols-unprettify-at-point t))
|
||||
|
||||
(use-package electric-pair-mode
|
||||
:ensure nil
|
||||
:hook
|
||||
|
|
Loading…
Reference in a new issue