This commit is contained in:
tavo 2024-11-29 23:33:07 -06:00
parent f5142d9b52
commit c846ada816

View file

@ -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)))