diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-12 23:17:41 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-12 23:17:41 -0700 |
| commit | 99848efd325622ee0f6cc0776bdff232c3a49abd (patch) | |
| tree | f92092e6a684501ba115631cecd87054e8c29d4a /elchemy-keys.el | |
| parent | dee6176c2d0500afcbafbd240ebbf7b59c59683f (diff) | |
Restructuring
- Break functions out to their own files
- Move user settings to its own file
- Move dashboard to its own file
- Remove old splash
- Don't hardcode executables
Diffstat (limited to 'elchemy-keys.el')
| -rw-r--r-- | elchemy-keys.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elchemy-keys.el b/elchemy-keys.el index 2ab1370..d0b7e68 100644 --- a/elchemy-keys.el +++ b/elchemy-keys.el @@ -1,4 +1,3 @@ -;(global-set-key (kbd "C-x w") 'ace-select-window) (global-set-key (kbd "C-z") 'elchemy/replace-in-buffer) (provide 'elchemy-keys) |
