diff options
| author | bard <[email protected]> | 2024-05-02 15:48:54 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-02 15:48:54 -0400 |
| commit | e51c6ca136edb6390cb74ed6b5a2d57fd0e7d21b (patch) | |
| tree | c631cc97443ff7708e77da09e4a5a2829fdceb2a /init.el | |
| parent | bfb754bd2b58e74d194c623e2d2293597936fa5a (diff) | |
keybinds
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ ;; fix keymap (global-set-key (kbd "C-z") nil) +(global-set-key (kbd "M-z") nil) ;; Add the directories to the load path (add-to-list 'load-path "~/.emacs.d/elisp/") |
