🐀 Emacs : Fix configuration.

This commit is contained in:
2022-03-25 11:10:51 +09:00
parent 5f06bdb923
commit d72dd7f2a0

View File

@ -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