Skip to navigation
Get my full buffer file path in Emacs
02.05.23
Get my full buffer file path in Emacs ```console (defun get_buffer_path () (interactive) (message (buffer-file-name)) ) (global-set-key (kbd "C-c f") (lambda () (interactive) (get_buffer_path))) ```
https://emacsdocs.org/docs/elisp/Insertion
Reply
Anonymous
Information Epoch 1732435422
Allow the user to tailor the environment.
Home
Notebook
Contact us