aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el
index 43dca89..48122cd 100644
--- a/init.el
+++ b/init.el
@@ -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))