Fix indentation
This commit is contained in:
parent
a89a9fe37a
commit
8115069712
@ -24,7 +24,7 @@
|
||||
(interactive)
|
||||
(call-process "thunar" nil 0 nil "."))
|
||||
|
||||
;;; enable disabled functions
|
||||
;;;; enable disabled functions
|
||||
(put 'upcase-region 'disabled nil)
|
||||
(put 'downcase-region 'disabled nil)
|
||||
(put 'narrow-to-region 'disabled nil)
|
||||
@ -190,7 +190,7 @@
|
||||
(python . t)))
|
||||
(add-to-list 'org-src-lang-modes '("dot" . graphviz-dot))
|
||||
(defun org-insert-homework-header ()
|
||||
""
|
||||
""
|
||||
(interactive)
|
||||
(yas-expand-snippet (yas-lookup-snippet "Homework Header" 'org-mode))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user