home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit b03f3c7c142eeec601fb8b680456b6912b04250e
parent 32aeb4f348deb10d5014d80d33bb4ea682237b69
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  4 Jul 2024 18:11:10 +0200

tools/emacs: remove extracted function

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-projects.el | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/tools/emacs/config/config-projects.el b/tools/emacs/config/config-projects.el @@ -36,11 +36,6 @@ :init (setq-default project-compilation-buffer-name-function 'project-prefixed-buffer-name) - (defun vde-project--project-current () - "Return directory from `project-current' based on Emacs version." - (if (>= emacs-major-version 29) - (project-root (project-current)) - (cdr (project-current)))) (defun vde-project-magit-status () "Run `magit-status' on project." (interactive)