File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 14
14
:config
15
15
(setq! mixed-pitch-set-height t ))
16
16
17
+ (use-package! ultra-scroll
18
+ :init
19
+ (setq scroll-conservatively 101
20
+ scroll-margin 0 )
21
+ :config
22
+ (ultra-scroll-mode 1 ))
23
+
17
24
(after! projectile
18
25
(setq +workspaces-on-switch-project-behavior t )
19
26
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Make this file run (slightly) faster with lexical binding (see [[https://nullpro
35
35
#+end_src
36
36
37
37
38
+ ** OS packages
39
+
38
40
** Fonts
39
41
40
42
#+begin_src elisp
Original file line number Diff line number Diff line change 65
65
; ;parinfer ; turn lisp into python, sort of
66
66
; ;rotate-text ; cycle region at point between text candidates
67
67
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
69
69
70
70
:emacs
71
71
dired ; making dired pretty [functional]
You can’t perform that action at this time.
0 commit comments