Guest User

Untitled

a guest
Sep 24th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (require 'find-func)
  2.  
  3. (defun zcaudate-open-config-file ()
  4. (interactive)
  5. (find-library "zcaudate"))
  6.  
  7. (provide 'zcaudate)
  8.  
  9. (add-to-list 'load-path "~/.emacs.d/site-lisp/")
  10.  
  11. (require 'zcaudate)
Add Comment
Please, Sign In to add comment