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