From ea96e40f16de0705560bcd7d898f26ed70548ec9 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Mon, 24 Feb 2025 10:03:10 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'common/.config/emacs') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 50dd8fb..0425399 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -148,7 +148,7 @@ Make Emacs confirm that I want to close it on kill. Make Emacs scroll one line at a time instead of big jumps. #+begin_src emacs-lisp - ;;(setq scroll-conservatively most-positive-fixnum) + (setq scroll-conservatively most-positive-fixnum) #+end_src Make Emacs delete trailing whitspace on save. This does not happen in =markdown-mode= which sometimes needs trailing whitespace. @@ -195,18 +195,6 @@ Configure superior Emacs window management with =windmove=. (keymap-global-set "C-c C-w l" 'windmove-swap-states-right) #+end_src -Get smooth scrolling with =ultra-scroll=. -#+begin_src emacs-lisp - (use-package ultra-scroll - :vc (:url https://github.com/jdtsmith/ultra-scroll - :rev newest) - :init - (setq scroll-conservatively 101 - scroll-margin 0) - :config - (ultra-scroll-mode 1)) -#+end_src - * Tools Install =esup= as a profiling tool. #+begin_src emacs-lisp -- cgit v1.2.3