adding autoscrolling to compilation and fixing using rustic
This commit is contained in:
parent
64090e89b7
commit
0acd8a55b9
2 changed files with 13 additions and 8 deletions
9
init.el
9
init.el
|
@ -2187,7 +2187,8 @@ targets."
|
|||
(add-to-list 'comint-output-filter-functions 'ansi-color-process-output)
|
||||
(add-hook 'comint-mode-hook 'ansi-color-for-comint-mode-on)
|
||||
(add-hook 'compilation-filter-hook 'ansi-color-for-comint-mode-on)
|
||||
(setq compilation-environment '("TERM=xterm-256color"))
|
||||
(setq compilation-environment '("TERM=xterm-256color")
|
||||
compilation-scroll-output t)
|
||||
|
||||
(defun my/advice-compilation-filter (f proc string)
|
||||
(funcall f proc (xterm-color-filter string)))
|
||||
|
@ -2319,9 +2320,9 @@ targets."
|
|||
"gt" 'rustic-cargo-test)
|
||||
(chris/leader-keys
|
||||
:states 'normal
|
||||
:keymaps 'rustic-mode
|
||||
:keymaps '(rustic-mode override)
|
||||
"gc" 'rustic-compile
|
||||
"gr" 'rustic-cargo-run-rerun))
|
||||
"gr" 'projectile-run-project))
|
||||
|
||||
(use-package slint-mode
|
||||
:mode "\\.slint\\'")
|
||||
|
@ -3049,7 +3050,7 @@ targets."
|
|||
empv-video-dir "~/vids")
|
||||
(empv-embark-initialize-extra-actions)
|
||||
(general-auto-unbind-keys)
|
||||
(add-hook 'empv-resultes-mode-hook #'evil-normal-state)
|
||||
(add-hook 'empv-youtube-results-mode-hook #'evil-normal-state)
|
||||
|
||||
(defun chris/empv-yt-dlp ()
|
||||
"Download the current video and and play it"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue