separate into files
This commit is contained in:
parent
8f94aee2bc
commit
8cb86a87a3
8 changed files with 168 additions and 110 deletions
8
elisp/keybind-settings.el
Normal file
8
elisp/keybind-settings.el
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue