Config: extract keybinding functions and clean up key configs

- Add init-kbd-func.el for keybinding helper functions
- Move global-display-line-numbers-mode from early-init.el to init.el
- Slim down init-kbd.el: remove hydra-multiple-cursors, migrate defs
- Reorganize dirvish config
- Remove scattered global-set-key bindings from init-org, init-ui, etc.
- Guard server-start with server-running-p check
- Set ibuffer-default-sorting-mode to filename
- Tweak gptel config
This commit is contained in:
User
2026-04-17 06:52:00 +08:00
parent a755ad5a04
commit fffd35f8ed
11 changed files with 376 additions and 467 deletions

View File

@@ -135,9 +135,6 @@
(find-file-other-window filepath)
(message "Successfully refiled to %s" filepath)))
(with-eval-after-load 'org
(define-key org-mode-map (kbd "C-c o w") #'my-org-refile-to-new-file))
(provide 'init-org-refile)
;;; init-org-refile.el ends here