~ruther/emacs.d

f7491513672697638c7ec488f6f85ec31fec6ee2 — Rutherther 9 months ago 8385209
fix: scroll bars in daemon, corfu demand automatically
2 files changed, 9 insertions(+), 7 deletions(-)

M early-init.el
M init.el
M early-init.el => early-init.el +4 -2
@@ 61,7 61,10 @@
    (memq system-type '(gnu gnu/linux))
  (customize-set-variable
  'default-frame-alist
  '((font . "Hack")
  '((vertical-scroll-bars . nil)
    (horizontal-scroll-bars . nil)
    ; Style
    (font . "Hack")
    (background-color . "#282828")
    (foreground-color . "#ebdbb2"))))



@@ 79,7 82,6 @@
;; Visual stuff init
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(tab-bar-mode -1)
(blink-cursor-mode -1)
(setq ring-bell-function #'ignore)

M init.el => init.el +5 -5
@@ 890,14 890,14 @@

(my-use-package corfu
  :ensure t
  :commands completion-at-point
  :demand t
  :bind
  ("M-m" . corfu-move-to-minibuffer)
  ("C-SPC" . completion-at-point)
  (:map corfu-map
          ("M-q" . corfu-quick-complete)
          ("C-q" . corfu-quick-complete)
          ("M-SPC" . corfu-insert-separator))
        ("M-m" . corfu-move-to-minibuffer)
        ("M-q" . corfu-quick-complete)
        ("C-q" . corfu-quick-complete)
        ("M-SPC" . corfu-insert-separator))
  :custom
  (corfu-cycle t)
  (corfu-quit-no-match 'separator)

Do not follow this link