emacs: add bind for avy-goto-char-2, remove env version from doom-modeline

This commit is contained in:
Evie Litherland-Smith 2023-12-07 14:19:46 +00:00
parent 670b12589a
commit 6f7735bd1b
2 changed files with 6 additions and 2 deletions

View file

@ -97,7 +97,8 @@
:ensure t
:bind (("C-c j w" . avy-goto-word-0)
("C-c j c" . avy-goto-char)
("C-c j l" . avy-goto-line)))
("C-c j l" . avy-goto-line)
("C-c j C-c" . avy-goto-char-2)))
(setq use-dialog-box nil
truncate-lines nil
@ -262,6 +263,7 @@
:ensure t
:custom
(doom-modeline-icon t)
(doom-modeline-env-version nil)
(doom-modeline-buffer-encoding 'nondefault)
(doom-modeline-enable-word-count t)
(doom-modeline-continuous-word-count-modes

View file

@ -125,7 +125,8 @@
:ensure t
:bind (("C-c j w" . avy-goto-word-0)
("C-c j c" . avy-goto-char)
("C-c j l" . avy-goto-line)))
("C-c j l" . avy-goto-line)
("C-c j C-c" . avy-goto-char-2)))
#+end_src
* UI
#+begin_src emacs-lisp
@ -311,6 +312,7 @@
:ensure t
:custom
(doom-modeline-icon t)
(doom-modeline-env-version nil)
(doom-modeline-buffer-encoding 'nondefault)
(doom-modeline-enable-word-count t)
(doom-modeline-continuous-word-count-modes