more updates
[emacs-init.git] / setup / ffap.el
index 1cf09d5..af2e8c5 100644 (file)
@@ -1,3 +1,5 @@
+(require 'ffap)
+
 (defun my-find-file-at-point-with-line ()
   "Opens the file at point and goes to line-number."
   (interactive)
@@ -23,4 +25,4 @@
         (when line (goto-line line)))
       (error "File does not exist."))))
 
-(global-set-key (kbd "C-c C-x C-f") 'my-find-file-at-point-with-line)
\ No newline at end of file
+(global-set-key (kbd "C-c C-x C-f") 'my-find-file-at-point-with-line)