summary refs log tree commit diff stats
path: root/lisp/+util.el
diff options
context:
space:
mode:
authorCase Duckworth2021-12-05 22:37:41 -0600
committerCase Duckworth2021-12-05 22:37:41 -0600
commit58ab5fc5e29396d12aefa7248402dcb6df742680 (patch)
tree312431f4e0e362ee97714cc7e1969ff99624592d /lisp/+util.el
parentRename +defaults to +emacs (diff)
downloademacs-58ab5fc5e29396d12aefa7248402dcb6df742680.tar.gz
emacs-58ab5fc5e29396d12aefa7248402dcb6df742680.zip
Stuff...
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