From d72dd7f2a05bfcaae1c327d5b20beacebfa8a0e8 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Fri, 25 Mar 2022 11:10:51 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=80=20Emacs=20:=20Fix=20configuration.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .emacs.rational.d/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.rational.d/config.el b/.emacs.rational.d/config.el index ced0293..0ecc19b 100644 --- a/.emacs.rational.d/config.el +++ b/.emacs.rational.d/config.el @@ -509,7 +509,7 @@ (add-hook 'dired-mode-hook 'org-download-enable) (defun efs/org-mode-visual-fill () - (setq visual-fill-column-width 100 + (setq visual-fill-column-width 150 visual-fill-column-center-text t) (visual-fill-column-mode 1)) @@ -678,8 +678,8 @@ '((emacs-lisp . t) ;; Other languages (shell . t) ;; Python & Jupyter - (python . t) - (jupyter . t))) + (python . t))) + ;;(jupyter . t))) ;;(org-babel-jupyter-override-src-block "python") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; Eshell