diff options
| author | bard <[email protected]> | 2024-04-01 18:08:52 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-04-01 18:08:52 -0400 |
| commit | 8432885db959edabf7b25c74f740ba826f6b2ea3 (patch) | |
| tree | a6b7ffed0b204214ef3d4d7fb05cecbc058eb79b /init.el | |
| parent | 44f38e07e7b53acb7479e09cc87b29fe574cefe2 (diff) | |
fix C-z keybind
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ ;;; Code: +;; fix keymap +(global-set-key (kbd "C-z") nil) + +;; pixel scrolling +(pixel-scroll-precision-mode 1) + ;; Add the directories to the load path (add-to-list 'load-path "~/.emacs.d/elisp/") (add-to-list 'load-path (expand-file-name "bard-elisp" user-emacs-directory)) |
