Compare commits

...

3 Commits

3 changed files with 5 additions and 4 deletions

View File

@ -11,9 +11,8 @@
(exec-path-from-shell-initialize))
(use-package envrc
:diminish
:init
(envrc-global-mode))
:diminish
:hook (after-init . envrc-global-mode))
(use-package restclient
:mode (("\\.http\\'" . restclient-mode)))

View File

@ -81,7 +81,9 @@ Equivalent to raising then wrapping."
("M-q" . sp-indent-defun)
("C-j" . sp-newline)
("C-S-a" . sp-beginning-of-sexp)
("M-A" . sp-beginning-of-sexp)
("C-S-e" . sp-end-of-sexp)
("M-E" . sp-end-of-sexp)
("M-R" . kill-around-sexp)
("C-c C-S-d" . duplicate-sexp-after-point)
("C-c M-(" . wrap-round-from-behind)))

View File

@ -280,7 +280,7 @@
`(consult-async-running ((,class :inherit bold :foreground "#2fafff")))
`(consult-async-split ((,class :foreground "LightCoral")))
`(consult-bookmark ((,class :foreground "#2fafff")))
`(consult-file ((,class :foreground "#c6eaff")))
`(consult-file ((,class :inherit bold :foreground "#c6eaff")))
`(consult-imenu-prefix ((,class :inherit shadow)))
`(consult-key ((,class :inherit bold :foreground "#00bcff")))
`(consult-line-number ((,class :foreground "#f8dec0")))