abougouffa / minemacs

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

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

Closed hmanhng closed 10 months ago

hmanhng commented 10 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 10 months ago

Run emacs with client will be fix

abougouffa commented 10 months ago

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

hmanhng commented 10 months ago

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