diff options
author | shoshin <shoshin@cicadas.surf> | 2022-06-29 20:38:56 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-06-29 20:38:56 -0500 |
commit | 28243bbdad99743c829091c972069471c70fc34c (patch) | |
tree | f1557e11a3686f7f2e960008c5a19dc1a6412347 /shoshin-config.org | |
parent | 54bda6bb21da1de87248c501c5e56580fedde698 (diff) |
Add: updated corfu-terminal scrollbar fix
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 8 |
1 files changed, 5 insertions, 3 deletions
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) |