diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/snippets/functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/functions.el b/.emacs.d/snippets/functions.el index c022ef5..97156f6 100644 --- a/.emacs.d/snippets/functions.el +++ b/.emacs.d/snippets/functions.el @@ -125,6 +125,6 @@ "polybar" nil "polybar main & polybar second") (start-process-shell-command "polybar" nil "polybar main"))) -;;; my-functions.el ends here +;;; my-functions.el ends here. |