separate into files

This commit is contained in:
Your Name 2025-12-06 06:09:42 -05:00
parent 8f94aee2bc
commit 8cb86a87a3
8 changed files with 168 additions and 110 deletions

View file

@ -0,0 +1,8 @@
(keymap-global-set "C-c d" (lambda () (interactive)
(call-process-shell-command "firefox &")
))
(keymap-global-set "C-c s" (lambda () (interactive) (term "/bin/ksh")
))
(keymap-global-set "C-c e" 'eshell)
(keymap-global-set "C-c f" 'elfeed)
(provide 'keybind-settings)