Fix indentation

This commit is contained in:
Adam Goldsmith 2018-05-11 00:55:59 -04:00
parent a89a9fe37a
commit 8115069712
1 changed files with 2 additions and 2 deletions

View File

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