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