Compare commits
3 Commits
c07beeb0ac
...
6de971a11a
Author | SHA1 | Date | |
---|---|---|---|
|
6de971a11a | ||
|
dac18af830 | ||
|
03da684f9a |
@ -11,7 +11,9 @@
|
||||
"j" #'evil-next-visual-line
|
||||
"k" #'evil-previous-visual-line)
|
||||
:custom
|
||||
(evil-undo-system 'undo-tree))
|
||||
(evil-undo-system 'undo-tree)
|
||||
(evil-split-window-below t)
|
||||
(evil-vsplit-window-right t))
|
||||
|
||||
(use-package evil-collection
|
||||
:after evil)
|
||||
|
@ -189,8 +189,6 @@
|
||||
(concat "python "
|
||||
"bin/start_celery_workers.py "
|
||||
"-n " "travel-service "
|
||||
"-Q "
|
||||
"default,io_pool,cpu_pool,priority_io_pool,priority_cpu_pool "
|
||||
">> ~/lola/logs/travel-svc-celery.log 2>&1")))
|
||||
:file "~/lola/logs/travel-svc-celery.log"
|
||||
:inhibit-process-filter t
|
||||
|
@ -23,6 +23,7 @@
|
||||
:general
|
||||
(leader-map "v" #'project-vterm)
|
||||
:custom
|
||||
(vterm-max-scrollback 10000)
|
||||
(vterm-environment '("TYPEWRITTEN_CURSOR=terminal"))
|
||||
(vterm-ignore-blink-cursor t)
|
||||
(vterm-eval-cmds '(("find-file" find-file)
|
||||
|
Loading…
Reference in New Issue
Block a user