diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-11-17 15:00:22 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-11-17 15:01:13 +0000 |
| commit | 0aa07d33cc0214b02c175e65a53d7456cad3be21 (patch) | |
| tree | 404ac77205221351393fe0ad5bcc05e6559d447e /emacs/early-init.el | |
| parent | 0906f2f8c3b762b7ca8b1f01f49515765c101aee (diff) | |
emacs: Bind C-c DEL to ‘bury-buffer’
Diffstat (limited to 'emacs/early-init.el')
| -rw-r--r-- | emacs/early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el index 1547a41..381323e 100644 --- a/emacs/early-init.el +++ b/emacs/early-init.el @@ -2,6 +2,7 @@ (file-truename (concat user-emacs-directory "../")) "Directory containing all configuration files.") + ;; Helper Loading Functions (defun my/load-file (filename) |
