helpers.el 142 B

1234
  1. (defun display-full-buffer-path ()
  2. (interactive)
  3. "Little helper for showing full file path in minibuffer"
  4. (message (buffer-file-name)))