summaryrefslogtreecommitdiff
path: root/elchemy-keys.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-12 23:17:41 -0700
committerChristian Cunningham <cc@localhost>2024-06-12 23:17:41 -0700
commitb0c87544fe0c8b103354904370445757e05b9bab (patch)
treef92092e6a684501ba115631cecd87054e8c29d4a /elchemy-keys.el
parentdafe93397ae082eff584fd27762fbc0556067af6 (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.el1
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)