tweak(doom): disable emojify-mode in org-mode

This commit is contained in:
Infinidoge 2022-06-14 23:12:17 -04:00
parent ff48ddb632
commit b83db0414c

View file

@ -82,6 +82,9 @@
;; Set doom-private-dir to the writeable location, as opposed to read-only symlink in $DOOMDIR ;; Set doom-private-dir to the writeable location, as opposed to read-only symlink in $DOOMDIR
(setq doom-private-dir "/etc/nixos/users/infinidoge/config/doom") (setq doom-private-dir "/etc/nixos/users/infinidoge/config/doom")
;; --- Emojify ---
(add-to-list 'emojify-inhibit-major-modes 'org-mode)
;; --- --- Original Configuration Comments --- --- ;; --- --- Original Configuration Comments --- ---
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here ;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
;; are the three important ones: ;; are the three important ones: