~ruther/emacs.d

9d816cf136df315b125012487bce89963d07a8e0 — Rutherther 4 months ago 3634930
feat: better terminal usage
1 files changed, 6 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +6 -0
@@ 122,6 122,11 @@
  (setq whitespace-line-column 140) ;; limit line length
  (setq whitespace-style '(face tabs empty trailing lines-tail)))

(my-use-package evil-terminal-cursor-changer
  :ensure t
  :config
  (evil-terminal-cursor-changer-activate))

;; Default editing configs
(setq create-lockfiles nil)
(setq auto-save-default nil)


@@ 1031,6 1036,7 @@
              completion-cycle-threshold completion-cycling)
          (consult-completion-in-region beg end table pred)))))
  :config
  (global-unset-key (kbd "C-@") )
  (global-corfu-mode 1)
  (add-to-list 'corfu-continue-commands #'corfu-move-to-minibuffer))


Do not follow this link