diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 6dc2e51c..a03074bf 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1365,7 +1365,7 @@ window is active in the perspective." (setq retval (cons 'exception (list ex)))) nil))) -(defun message-virtual-envs () +defun message-virtual-envs () (interactive) (message "%s" (get-virtual-envs)))