Advertisement
mark-naylor-1701

safe find library

Mar 29th, 2024
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.15 KB | None | 0 0
  1. ;; Make sure the file is opened in read-only mode.
  2.  
  3. (defun safe-find-library ()
  4.   (interactive)
  5.   (call-interactively #'find-library)
  6.   (read-only-mode))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement