diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-23 00:12:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-23 00:12:41 -0500 |
| commit | 13a267cd22a2d05fca731d838a0458d4fda00ec2 (patch) | |
| tree | a8e081206608ee2a4df2d4a71ad5a14487e34a98 /modules/org-drill-config.el | |
| parent | b9b511ceadba9936f9d513664a8d19aa3b8a543c (diff) | |
| download | dotemacs-13a267cd22a2d05fca731d838a0458d4fda00ec2.tar.gz dotemacs-13a267cd22a2d05fca731d838a0458d4fda00ec2.zip | |
refactor:org-modules: Improve org-mode configuration
Remove redundant declarations and reorganize settings for clarity.
Centralize org-mode customizations and use `use-package` for
streamlined loading and configuration. Remove backward-compatible
safeguards and reduce inline comments for cleaner code. Optimize key
mappings and simplify the setup of org-related packages.
Diffstat (limited to 'modules/org-drill-config.el')
| -rw-r--r-- | modules/org-drill-config.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/org-drill-config.el b/modules/org-drill-config.el index dff132e25..a3a9a3f8f 100644 --- a/modules/org-drill-config.el +++ b/modules/org-drill-config.el @@ -16,17 +16,6 @@ ;;; Code: -(eval-when-compile (defvar drill-dir)) -(eval-when-compile (defvar cj/custom-keymap)) - -(defvar cj/drill-map) -(declare-function org-drill-resume "org-drill") -(declare-function cj/drill-map "org-drill-config") -(declare-function cj/drill-start "org-drill-config") -(declare-function cj/drill-edit "org-drill-config") -(declare-function cj/drill-capture "org-drill-config") -(declare-function cj/drill-refile "org-drill-config") - ;; --------------------------------- Org Drill --------------------------------- (use-package org-drill |
