mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
🐀 Emacs : Fix configuration.
This commit is contained in:
@ -509,7 +509,7 @@
|
|||||||
(add-hook 'dired-mode-hook 'org-download-enable)
|
(add-hook 'dired-mode-hook 'org-download-enable)
|
||||||
|
|
||||||
(defun efs/org-mode-visual-fill ()
|
(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-center-text t)
|
||||||
(visual-fill-column-mode 1))
|
(visual-fill-column-mode 1))
|
||||||
|
|
||||||
@ -678,8 +678,8 @@
|
|||||||
'((emacs-lisp . t) ;; Other languages
|
'((emacs-lisp . t) ;; Other languages
|
||||||
(shell . t)
|
(shell . t)
|
||||||
;; Python & Jupyter
|
;; Python & Jupyter
|
||||||
(python . t)
|
(python . t)))
|
||||||
(jupyter . t)))
|
;;(jupyter . t)))
|
||||||
;;(org-babel-jupyter-override-src-block "python")
|
;;(org-babel-jupyter-override-src-block "python")
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;;; Eshell
|
;;;; Eshell
|
||||||
|
|||||||
Reference in New Issue
Block a user