tweak(doom): disable emojify-mode in org-mode
This commit is contained in:
parent
ff48ddb632
commit
b83db0414c
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@
|
|||
;; 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")
|
||||
|
||||
;; --- Emojify ---
|
||||
(add-to-list 'emojify-inhibit-major-modes 'org-mode)
|
||||
|
||||
;; --- --- Original Configuration Comments --- ---
|
||||
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
||||
;; are the three important ones:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue