X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2Fffap.el;h=af2e8c5f7331c6e380dd6ced89fe87fde8126d19;hb=a8b98925dbb2002173ea88faf2d712909eba82bb;hp=1cf09d5ee2f0f8b4776ec40b9ce36609cfe3984b;hpb=337a12f5680ab26634cd3892a87abc804304342a;p=emacs-init.git diff --git a/setup/ffap.el b/setup/ffap.el index 1cf09d5..af2e8c5 100644 --- a/setup/ffap.el +++ b/setup/ffap.el @@ -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)