summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/init.el b/emacs/init.el
index df22ab6..ee41e05 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -61,15 +61,6 @@
:disabled t
:bind ("C-." . emoji-search))
-;; Smooth-ish scrolling with the mouse, and smooth scrolling with C-v and M-v. Sadly it doesn't work with C-l.
-(use-package pixel-scroll
- :hook (after-init . pixel-scroll-precision-mode)
- :custom
- (pixel-scroll-precision-use-momentum t)
- (pixel-scroll-precision-interpolate-page t)
- :bind (([remap scroll-up-command] . pixel-scroll-interpolate-down)
- ([remap scroll-down-command] . pixel-scroll-interpolate-up)))
-
;; Nicer terminal emacs
(set-display-table-slot standard-display-table 'vertical-border (make-glyph-code ?│))
(setq mode-line-end-spaces nil)