summary refs log tree commit diff stats
path: root/lisp/+util.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/+util.el')
-rw-r--r--lisp/+util.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/+util.el b/lisp/+util.el index 0870a71..0184a48 100644 --- a/lisp/+util.el +++ b/lisp/+util.el
@@ -77,5 +77,8 @@ ALIGNMENT can be one of these:
77 (if (eq alignment 'right) "" filler) 77 (if (eq alignment 'right) "" filler)
78 after))) 78 after)))
79 79
80;;; COMMANDS
81
82
80(provide '+util) 83(provide '+util)
81;;; +util.el ends here 84;;; +util.el ends here