From 8115069712df000596fa4771367ee5c7ec9aebae Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 11 May 2018 00:55:59 -0400 Subject: [PATCH] Fix indentation --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7231353..a34749e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))))