From 28243bbdad99743c829091c972069471c70fc34c Mon Sep 17 00:00:00 2001 From: shoshin Date: Wed, 29 Jun 2022 20:38:56 -0500 Subject: Add: updated corfu-terminal scrollbar fix --- shoshin-config.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'shoshin-config.org') diff --git a/shoshin-config.org b/shoshin-config.org index 30154c3..72c22d2 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -230,10 +230,10 @@ the new. it seems like consult does this as well as switching themes (global-corfu-mode t) #+end_src -*** corfu-popon enables in terminal interface +*** corfu-terminal enables in terminal interface #+begin_src emacs-lisp - (package-install 'corfu-popup) + (package-install 'corfu-terminal) (unless (display-graphic-p) (corfu-terminal-mode +1)) #+end_src @@ -302,6 +302,8 @@ config might get what i want with vanilla built ins. (package-install 'json-mode) #+end_src +*** Ruby + ** Dev Docs #+begin_src emacs-lisp (package-install 'devdocs) @@ -358,7 +360,7 @@ an API token is stored in my ~.authinfo~ file. #+begin_src emacs-lisp (when (display-graphic-p) - (scroll-bar-mode nil) + (scroll-bar-mode -1) (fringe-mode '(8 . 0))) (tab-bar-mode t) -- cgit v1.2.3