Add a keybinding for ffap
This commit is contained in:
parent
d56bc741ff
commit
4f44b11d14
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
(use-package emacs
|
||||
:elpaca nil
|
||||
:bind (("C-z" . nil)
|
||||
("C-z i" . (lambda () (interactive) (find-file user-init-file))))
|
||||
("C-z i" . (lambda () (interactive) (find-file user-init-file)))
|
||||
("C-z f" . ffap))
|
||||
:hook ((after-save . executable-make-buffer-file-executable-if-script-p))
|
||||
:config
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue