summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-23 19:30:47 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-24 00:25:22 -0500
commit4b76b0fd88d488ed2896138a957a68cfbb951582 (patch)
treecb95479790e02acfdbaaa7fbe1ae849cc2338551 /lisp
parent42cc7148d36ff7c3c19382d75f9ce03654c19c08 (diff)
downloademacs.d-4b76b0fd88d488ed2896138a957a68cfbb951582.tar.gz
Replace `after' with `with-eval-after-load'
Diffstat (limited to 'lisp')
-rw-r--r--lisp/km-util.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/km-util.el b/lisp/km-util.el
index 7d6febe..13629eb 100644
--- a/lisp/km-util.el
+++ b/lisp/km-util.el
@@ -22,14 +22,6 @@
(require 'seq)
-;; Taken from
-;; http://milkbox.net/note/single-file-master-emacs-configuration/.
-(defmacro after (mode &rest body)
- "`eval-after-load' MODE evaluate BODY."
- (declare (indent defun))
- `(eval-after-load ,mode
- '(progn ,@body)))
-
(defun km/mode-buffers (mode)
(seq-filter (lambda (buf)
(with-current-buffer buf