From 38593df6bb457fc3940fcef1d93976cd56b0a2d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 May 2024 14:00:34 -0700 Subject: massive cleanup --- config/init-util.el | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 config/init-util.el (limited to 'config/init-util.el') diff --git a/config/init-util.el b/config/init-util.el deleted file mode 100644 index 71b862e..0000000 --- a/config/init-util.el +++ /dev/null @@ -1,23 +0,0 @@ -;;; init-util.el --- Util functions and variables -*- lexical-binding: t -*- -;; Author: Franck Cuny - -;;; Commentary: - -;; util functions and variables - -;;; Code: - -(defsubst emacs-path (path) - "The PATH where Emacs configuration is loaded from." - (expand-file-name path user-emacs-directory)) - -(defconst user-data-directory - (emacs-path "data")) - -(defun user-data (dir) - "Concat DIR under the user's directory." - (expand-file-name dir user-data-directory)) - -(provide 'init-util) - -;;; init-util.el ends here -- cgit 1.4.1