Re-enable boon

This commit is contained in:
Joseph Ferano 2023-04-21 22:50:20 +07:00
parent 851a493dd6
commit 4454616d67

View File

@ -173,7 +173,7 @@ Finish up
(package-install package)))
'(recentf
benchmark-init
dashboard
;; dashboard
olivetti
;; ligature
highlight-quoted
@ -192,6 +192,7 @@ Finish up
centaur-tabs
all-the-icons-completion
vertico
vertico-posframe
savehist
embark
embark-consult
@ -619,8 +620,8 @@ weren't working, until I randomly saw this in someone's init.el
(meow-global-mode t)
(setq scroll-preserve-screen-position nil)
#+end_src
*** COMMENT Boon
#+begin_src emacs-lisp
*** Boon
#+begin_src emacs-lisp :tangle no
(defun joe/psp-scroll-down-half-page ()
(interactive)
(pixel-scroll-precision-scroll-down-page (/ (window-pixel-height) 2)))