Fix #3948: unsetting ligatures w/ set-ligature!
This commit is contained in:
parent
923e8c88ee
commit
002f5116a6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Pretty symbols can be unset for emacs-lisp-mode with:
|
|||
(declare (indent defun))
|
||||
(if (null (car-safe plist))
|
||||
(dolist (mode (doom-enlist modes))
|
||||
(assq-delete-all mode +ligatures-extra-alist))
|
||||
(delq! mode +ligatures-extra-alist 'assq))
|
||||
(let (results)
|
||||
(while plist
|
||||
(let ((key (pop plist)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue