diff options
author | Thanos Apollo <[email protected]> | 2023-01-26 17:15:52 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-26 17:15:52 +0200 |
commit | 7188e662fe2578fba073d924d31f3ed894793959 (patch) | |
tree | 06fe854684b61e04e344666bedca55681037dffe | |
parent | 0f7947b8f8b955acd825bc88665e317cd9231907 (diff) |
functions: style
-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. |