Skip to content

Commit 4eaec24

Browse files
committed
chore: Random stuff
1 parent 7efd427 commit 4eaec24

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

config.el

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
:config
1515
(setq! mixed-pitch-set-height t))
1616

17+
(use-package! ultra-scroll
18+
:init
19+
(setq scroll-conservatively 101
20+
scroll-margin 0)
21+
:config
22+
(ultra-scroll-mode 1))
23+
1724
(after! projectile
1825
(setq +workspaces-on-switch-project-behavior t)
1926

config.org

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Make this file run (slightly) faster with lexical binding (see [[https://nullpro
3535
#+end_src
3636

3737

38+
** OS packages
39+
3840
** Fonts
3941

4042
#+begin_src elisp

init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
;;parinfer ; turn lisp into python, sort of
6666
;;rotate-text ; cycle region at point between text candidates
6767
snippets ; my elves. They type so I don't have to
68-
;;word-wrap ; soft wrapping with language-aware indent
68+
word-wrap ; soft wrapping with language-aware indent
6969

7070
:emacs
7171
dired ; making dired pretty [functional]

0 commit comments

Comments
 (0)