re-indent

This commit is contained in:
MitchMarq42 2023-01-12 16:26:28 -09:00
parent 0333a3ccd3
commit 9572a46490

View File

@ -572,7 +572,7 @@ targets."
font-lock-doc-markup-face))))) font-lock-doc-markup-face)))))
(add-hook 'after-save-hook (add-hook 'after-save-hook
(lambda () (if (equal major-mode 'org-mode) (lambda () (if (equal major-mode 'org-mode)
(org-babel-tangle)))) (org-babel-tangle))))
(defvar org-electric-pairs '((?_ . ?_) (defvar org-electric-pairs '((?_ . ?_)
(?/ . ?/) (?/ . ?/)
(?* . ?*) (?* . ?*)
@ -591,7 +591,7 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
(interactive) (interactive)
(insert 8203)) ; this is a Zero Width Space. It makes things confusing. (insert 8203)) ; this is a Zero Width Space. It makes things confusing.
(defun insert-ï () (defun insert-ï ()
(interactive) (interactive)
(insert 239)) ; this is a lowercase I with an umlaut. Used for the word `naiive'. (insert 239)) ; this is a lowercase I with an umlaut. Used for the word `naiive'.
:hook :hook
(org-mode . turn-off-line-numbers) (org-mode . turn-off-line-numbers)