added ready-player-mode and updated bindings
This commit is contained in:
parent
279003ffd1
commit
ab484a2a2a
4 changed files with 25 additions and 27 deletions
|
@ -70,6 +70,7 @@
|
|||
(delete-selection-mode 1) ; delete stuff!
|
||||
(setq delete-active-region t) ; delete selected stuff!
|
||||
(setq shell-file-name (executable-find "bash"))
|
||||
(setq dired-vc-rename-file t) ; renaming and changing files in dired now integrates with magit
|
||||
|
||||
(after! vterm
|
||||
(setq-default vterm-shell (executable-find "fish"))
|
||||
|
@ -239,6 +240,11 @@
|
|||
(after! gcode-mode
|
||||
(add-hook! 'gcode-mode-hook 'eldoc-mode))
|
||||
|
||||
(use-package! ready-player
|
||||
:config
|
||||
(ready-player-add-to-auto-mode-alist))
|
||||
|
||||
;; load additional config files
|
||||
(load! "obsidian-config.el")
|
||||
(load! "mu4e-config.el")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue