pass
This commit is contained in:
parent
f5142d9b52
commit
c846ada816
1 changed files with 6 additions and 0 deletions
|
@ -19,3 +19,9 @@
|
|||
shell-mode-hook
|
||||
eshell-mode-hook))
|
||||
(add-hook mode (lambda () (display-line-numbers-mode 0))))
|
||||
|
||||
;; binds
|
||||
(global-set-key (kbd "M-p")
|
||||
(lambda ()
|
||||
(interactive)
|
||||
(pass)))
|
||||
|
|
Loading…
Reference in a new issue