abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
140 stars 17 forks source link

fix(elec-pair): disable auto-pairing of "<" in `org-mode' #145

Closed hmanhng closed 8 months ago

hmanhng commented 8 months ago

minemacs-after-startup load after org|markdown-mode-hook so (bound-and-true-p electric-pair-mode) will return nil because electric-pair-mode is not yet enabled

hmanhng commented 8 months ago

Run emacs with client will be fix

abougouffa commented 8 months ago

This PR make sense, I will test it later. Thanks

hmanhng commented 8 months ago

This error only occurs when opening org files with emacs *.org.