From 088a98aa84c88d4f75ba7261d2383acaf34af72c Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 11 Jan 2019 10:31:48 -0500 Subject: [PATCH] Remove pretty glyphs in python code #emacs --- emacs/.config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 106c729..d84495e 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -12,7 +12,7 @@ user-mail-address "colin@onec.me" +workspaces-switch-project-function #'ignore - +pretty-code-enabled-modes '(emacs-lisp-mode org-mode python-mode) + +pretty-code-enabled-modes '(emacs-lisp-mode org-mode) +format-on-save-enabled-modes '(not emacs-lisp-mode) )