Skip to content

Instantly share code, notes, and snippets.

@v2e4lisp
Created February 28, 2013 00:58
Show Gist options
  • Save v2e4lisp/5053303 to your computer and use it in GitHub Desktop.
Save v2e4lisp/5053303 to your computer and use it in GitHub Desktop.
yet another buffer-file-name-body.
(defun ya-buffer-file-name-body ()
"yet-another buffer-file-name-body function. FOR FUN!"
(interactive)
(car (split-string
(car (last (split-string
(buffer-file-name) "/"))) "\\.")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment