emacs: guard org-mode yasnippet disable hook

This commit is contained in:
2026-02-12 16:42:33 -08:00
committed by Kat Huang
parent 9e429a7634
commit 573856adb4

View File

@@ -799,7 +799,8 @@ This block is part of the runtime config. It is tangled via the default
:config :config
(progn (progn
(defun imalison:disable-yas () (defun imalison:disable-yas ()
(yas-minor-mode -1)) (when (fboundp 'yas-minor-mode)
(yas-minor-mode -1)))
(add-hook 'org-mode-hook 'imalison:disable-yas))) (add-hook 'org-mode-hook 'imalison:disable-yas)))
#+END_SRC #+END_SRC
** Set Background Color of Source Blocks for Export ** Set Background Color of Source Blocks for Export