Skip to content

Commit

Permalink
Remove unnecessary macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias committed Aug 21, 2014
1 parent f3e7159 commit 86b9522
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions emacs/.emacs
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@
(when (not (package-installed-p p))
(package-install p)))

;;;; macros

;; (defmacro after (mode &rest body)
;; "`eval-after-load' MODE evaluate BODY."
;; (declare (indent defun))
;; `(eval-after-load ,mode
;; '(progn ,@body)))

;;;; setup emacs itself

(setq user-full-name "Matt Gauger")
Expand Down

0 comments on commit 86b9522

Please sign in to comment.